2 overrides of WritePropertyIDictionaryStart
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1109
public override void
WritePropertyIDictionaryStart
(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1212
public override void
WritePropertyIDictionaryStart
(XamlPropertyIDictionaryStartNode xamlPropertyIDictionaryStartNode)
3 references to WritePropertyIDictionaryStart
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1125
base.
WritePropertyIDictionaryStart
(xamlPropertyIDictionaryStartNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1237
base.
WritePropertyIDictionaryStart
(xamlPropertyIDictionaryStartNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
422
WritePropertyIDictionaryStart
(xamlPropertyIDictionaryStartNode);