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