3 references to ResourcesPropertyName
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1235if( xamlPropertyIDictionaryStartNode.PropName == XamlTemplateSerializer.ResourcesPropertyName)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTemplateSerializer.cs (2)
219internal const string ControlTemplateResourcesFullPropertyName = $"{ControlTemplateTagName}.{ResourcesPropertyName}"; 221internal const string DataTemplateResourcesFullPropertyName = $"{DataTemplateTagName}.{ResourcesPropertyName}";