2 overrides of WriteDefAttributeKeyType
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
604public override void WriteDefAttributeKeyType(XamlDefAttributeKeyTypeNode xamlDefNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
623public override void WriteDefAttributeKeyType(XamlDefAttributeKeyTypeNode xamlDefNode)
4 references to WriteDefAttributeKeyType
PresentationBuildTasks (4)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (2)
612base.WriteDefAttributeKeyType(xamlDefNode); 1435base.WriteDefAttributeKeyType(
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
631base.WriteDefAttributeKeyType(xamlDefNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
441WriteDefAttributeKeyType(xamlDefAttributeKeyTypeNode);