7 references to ResourceKey
PresentationFramework (7)
System\Windows\DynamicResourceExtension.cs (2)
57if (ResourceKey == null) 71return new ResourceReferenceExpression(ResourceKey);
System\Windows\DynamicResourceExtensionConverter.cs (1)
55new object[] { dynamicResource.ResourceKey } );
System\Windows\FrameworkElementFactory.cs (1)
248resourceKey = dynamicResourceExtension.ResourceKey;
System\Windows\Style.cs (1)
675UpdatePropertyValueList( setter.Property, PropertyValueType.Resource, dynamicResource.ResourceKey );
System\Windows\TemplateContent.cs (1)
275value.ValueInternal = dynamicResource.ResourceKey;
System\Windows\TriggerBase.cs (1)
305AddToPropertyValues(target, dp, dynamicResource.ResourceKey, PropertyValueType.PropertyTriggerResource);