2 overrides of WritePropertyArrayEnd
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1100
public override void
WritePropertyArrayEnd
(XamlPropertyArrayEndNode xamlPropertyArrayEndNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1195
public override void
WritePropertyArrayEnd
(XamlPropertyArrayEndNode xamlPropertyArrayEndNode)
3 references to WritePropertyArrayEnd
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1102
base.
WritePropertyArrayEnd
(xamlPropertyArrayEndNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1205
base.
WritePropertyArrayEnd
(xamlPropertyArrayEndNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
404
WritePropertyArrayEnd
(xamlPropertyArrayEndNode);