3 overrides of WriteDefAttribute
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
779public override void WriteDefAttribute(XamlDefAttributeNode xamlDefAttributeNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
572public override void WriteDefAttribute(XamlDefAttributeNode xamlDefAttributeNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
597public override void WriteDefAttribute(XamlDefAttributeNode xamlDefAttributeNode)
5 references to WriteDefAttribute
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
799base.WriteDefAttribute(xamlDefAttributeNode); 822base.WriteDefAttribute(xamlDefAttributeNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
594base.WriteDefAttribute(xamlDefAttributeNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
614base.WriteDefAttribute(xamlDefAttributeNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
1055WriteDefAttribute(xamlDefAttributeNode);