2 overrides of WriteText
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1142public override void WriteText(XamlTextNode xamlTextNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1265public override void WriteText(XamlTextNode xamlTextNode)
6 references to WriteText
PresentationBuildTasks (6)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (2)
1167base.WriteText(xamlTextNode); 1177base.WriteText(xamlTextNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (3)
1296base.WriteText(xamlTextNode); 1308base.WriteText(xamlTextNode); 1441base.WriteText(new XamlTextNode(
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
385WriteText(xamlTextNode);