2 overrides of WritePropertyWithType
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1423public override void WritePropertyWithType(XamlPropertyWithTypeNode xamlPropertyNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1596public override void WritePropertyWithType(XamlPropertyWithTypeNode xamlPropertyNode)
4 references to WritePropertyWithType
PresentationBuildTasks (4)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1456base.WritePropertyWithType(xamlPropertyNode);
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
1631base.WritePropertyWithType(xamlPropertyNode); 1635base.WritePropertyWithType(xamlPropertyNode);
Framework\System\Windows\Markup\XamlParser.cs (1)
361WritePropertyWithType(xamlPropertyWithTypeNode);