6 references to Resource
PresentationFramework (6)
System\Windows\FrameworkElementFactory.cs (3)
253
UpdatePropertyValueList(dp, PropertyValueType.
Resource
, resourceKey);
283
UpdatePropertyValueList( dp, PropertyValueType.
Resource
, name );
1245
propertyValue.ValueType == PropertyValueType.
Resource
||
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
192
case PropertyValueType.
Resource
:
System\Windows\Style.cs (1)
658
UpdatePropertyValueList( setter.Property, PropertyValueType.
Resource
, dynamicResource.ResourceKey );
System\Windows\TemplateContent.cs (1)
273
value.ValueType = PropertyValueType.
Resource
;