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