2 overrides of WritePropertyWithType
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1411public override void WritePropertyWithType(XamlPropertyWithTypeNode xamlPropertyNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1584public override void WritePropertyWithType(XamlPropertyWithTypeNode xamlPropertyNode)
4 references to WritePropertyWithType
PresentationBuildTasks (4)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1444base.WritePropertyWithType(xamlPropertyNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (2)
1619base.WritePropertyWithType(xamlPropertyNode); 1623base.WritePropertyWithType(xamlPropertyNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
353WritePropertyWithType(xamlPropertyWithTypeNode);