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