2 overrides of WritePropertyIDictionaryStart
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1121public override void WritePropertyIDictionaryStart(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1224public override void WritePropertyIDictionaryStart(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
3 references to WritePropertyIDictionaryStart
PresentationBuildTasks (3)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1137base.WritePropertyIDictionaryStart(xamlPropertyIDictionaryStartNode);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1249base.WritePropertyIDictionaryStart(xamlPropertyIDictionaryStartNode);
Framework\System\Windows\Markup\XamlParser.cs (1)
430WritePropertyIDictionaryStart(xamlPropertyIDictionaryStartNode);