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