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