2 overrides of WriteText
PresentationBuildTasks (2)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1142
public override void
WriteText
(XamlTextNode xamlTextNode)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1265
public 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)
1167
base.
WriteText
(xamlTextNode);
1177
base.
WriteText
(xamlTextNode);
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (3)
1296
base.
WriteText
(xamlTextNode);
1308
base.
WriteText
(xamlTextNode);
1441
base.
WriteText
(new XamlTextNode(
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
385
WriteText
(xamlTextNode);