2 references to ResourcesPropertyName
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1126
if (xamlPropertyIDictionaryStartNode.PropName == XamlStyleSerializer.
ResourcesPropertyName
)
Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
195
internal const string ResourcesFullPropertyName = StyleTagName + "." +
ResourcesPropertyName
;