2 overrides of WriteDefAttributeKeyType
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
604
public override void
WriteDefAttributeKeyType
(XamlDefAttributeKeyTypeNode xamlDefNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
623
public 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)
612
base.
WriteDefAttributeKeyType
(xamlDefNode);
1435
base.
WriteDefAttributeKeyType
(
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
631
base.
WriteDefAttributeKeyType
(xamlDefNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
441
WriteDefAttributeKeyType
(xamlDefAttributeKeyTypeNode);