8 references to Set
PresentationFramework (8)
System\Windows\FrameworkElementFactory.cs (4)
256
UpdatePropertyValueList( dp, PropertyValueType.
Set
, value );
525
if (propertyValue.ValueType == PropertyValueType.
Set
&&
819
if (propertyValue.ValueType == PropertyValueType.
Set
)
1254
(propertyValue.ValueType == PropertyValueType.
Set
||
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
195
case PropertyValueType.
Set
:
System\Windows\Style.cs (1)
671
UpdatePropertyValueList( setter.Property, PropertyValueType.
Set
, setter.ValueInternal );
System\Windows\TemplateContent.cs (2)
253
pv.ValueType = PropertyValueType.
Set
;
1149
propertyValue.ValueType = PropertyValueType.
Set
;