2 overrides of WriteConstructorParameterType
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
879public override void WriteConstructorParameterType(
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
946public override void WriteConstructorParameterType(
6 references to WriteConstructorParameterType
PresentationBuildTasks (6)
Framework\System\Windows\Markup\StyleXamlParser.cs (2)
889base.WriteConstructorParameterType(xamlConstructorParameterTypeNode); 891base.WriteConstructorParameterType(xamlConstructorParameterTypeNode);
Framework\System\Windows\Markup\TemplateXamlParser.cs (3)
956base.WriteConstructorParameterType(xamlConstructorParameterTypeNode); 958base.WriteConstructorParameterType(xamlConstructorParameterTypeNode); 1655base.WriteConstructorParameterType(new XamlConstructorParameterTypeNode(
Framework\System\Windows\Markup\XamlParser.cs (1)
528WriteConstructorParameterType(xamlConstructorParameterTypeNode);