2 overrides of WritePropertyArrayEnd
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1112public override void WritePropertyArrayEnd(XamlPropertyArrayEndNode xamlPropertyArrayEndNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1207public override void WritePropertyArrayEnd(XamlPropertyArrayEndNode xamlPropertyArrayEndNode)
3 references to WritePropertyArrayEnd
PresentationBuildTasks (3)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1114base.WritePropertyArrayEnd(xamlPropertyArrayEndNode);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1217base.WritePropertyArrayEnd(xamlPropertyArrayEndNode);
Framework\System\Windows\Markup\XamlParser.cs (1)
412WritePropertyArrayEnd(xamlPropertyArrayEndNode);