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