2 overrides of WritePropertyIDictionaryEnd
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1133
public override void
WritePropertyIDictionaryEnd
(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1245
public override void
WritePropertyIDictionaryEnd
(XamlPropertyIDictionaryEndNode xamlPropertyIDictionaryEndNode)
3 references to WritePropertyIDictionaryEnd
PresentationBuildTasks (3)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1135
base.
WritePropertyIDictionaryEnd
(xamlPropertyIDictionaryEndNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1258
base.
WritePropertyIDictionaryEnd
(xamlPropertyIDictionaryEndNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
428
WritePropertyIDictionaryEnd
(xamlPropertyIDictionaryEndNode);