3 overrides of WriteEndAttributes
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
633public override void WriteEndAttributes(XamlEndAttributesNode xamlEndAttributesNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
327public override void WriteEndAttributes(XamlEndAttributesNode xamlEndAttributesNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
364public override void WriteEndAttributes(XamlEndAttributesNode xamlEndAttributesNode)
4 references to WriteEndAttributes
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
696base.WriteEndAttributes(xamlEndAttributesNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
344base.WriteEndAttributes(xamlEndAttributesNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
392base.WriteEndAttributes(xamlEndAttributesNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
484WriteEndAttributes(xamlEndAttributesNode);