2 overrides of WritePropertyArrayStart
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1102
public override void
WritePropertyArrayStart
(XamlPropertyArrayStartNode xamlPropertyArrayStartNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1188
public override void
WritePropertyArrayStart
(XamlPropertyArrayStartNode xamlPropertyArrayStartNode)
3 references to WritePropertyArrayStart
PresentationBuildTasks (3)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1104
base.
WritePropertyArrayStart
(xamlPropertyArrayStartNode);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1199
base.
WritePropertyArrayStart
(xamlPropertyArrayStartNode);
Framework\System\Windows\Markup\XamlParser.cs (1)
406
WritePropertyArrayStart
(xamlPropertyArrayStartNode);