2 overrides of WritePropertyIDictionaryEnd
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1145public override void WritePropertyIDictionaryEnd(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1257public override void WritePropertyIDictionaryEnd(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
3 references to WritePropertyIDictionaryEnd
PresentationBuildTasks (3)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1147base.WritePropertyIDictionaryEnd(xamlPropertyIDictionaryEndNode);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1270base.WritePropertyIDictionaryEnd(xamlPropertyIDictionaryEndNode);
Framework\System\Windows\Markup\XamlParser.cs (1)
436WritePropertyIDictionaryEnd(xamlPropertyIDictionaryEndNode);