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