8 references to Set
PresentationFramework (8)
System\Windows\FrameworkElementFactory.cs (4)
248
UpdatePropertyValueList( dp, PropertyValueType.
Set
, value );
517
if (propertyValue.ValueType == PropertyValueType.
Set
&&
811
if (propertyValue.ValueType == PropertyValueType.
Set
)
1246
(propertyValue.ValueType == PropertyValueType.
Set
||
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
189
case PropertyValueType.
Set
:
System\Windows\Style.cs (1)
661
UpdatePropertyValueList( setter.Property, PropertyValueType.
Set
, setter.ValueInternal );
System\Windows\TemplateContent.cs (2)
250
pv.ValueType = PropertyValueType.
Set
;
1146
propertyValue.ValueType = PropertyValueType.
Set
;