6 references to Resource
PresentationFramework (6)
System\Windows\FrameworkElementFactory.cs (3)
252
UpdatePropertyValueList(dp, PropertyValueType.
Resource
, resourceKey);
282
UpdatePropertyValueList( dp, PropertyValueType.
Resource
, name );
1244
propertyValue.ValueType == PropertyValueType.
Resource
||
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
191
case PropertyValueType.
Resource
:
System\Windows\Style.cs (1)
648
UpdatePropertyValueList( setter.Property, PropertyValueType.
Resource
, dynamicResource.ResourceKey );
System\Windows\TemplateContent.cs (1)
272
value.ValueType = PropertyValueType.
Resource
;