Searched defs:PropertyValue (Results 1 – 4 of 4) sorted by relevance
24 struct PropertyValue { struct25 CFX_CSSPropertyValue eName; argument41 static const PropertyValue* GetPropertyValueByName(WideStringView wsName); argument
25 PropertyValue, enumerator37 PropertyValue, enumerator
14 public abstract class PropertyValue class23 protected PropertyValue(PropertyValue next, Object value) in PropertyValue() method in PropertyValue
155 class PropertyValue(object): class