6 references to Resource
PresentationFramework (6)
System\Windows\FrameworkElementFactory.cs (3)
257
UpdatePropertyValueList(dp, PropertyValueType.
Resource
, resourceKey);
287
UpdatePropertyValueList( dp, PropertyValueType.
Resource
, name );
1247
propertyValue.ValueType == PropertyValueType.
Resource
||
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
192
case PropertyValueType.
Resource
:
System\Windows\Style.cs (1)
665
UpdatePropertyValueList( setter.Property, PropertyValueType.
Resource
, dynamicResource.ResourceKey );
System\Windows\TemplateContent.cs (1)
271
value.ValueType = PropertyValueType.
Resource
;