3 instantiations of XamlTextNode
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1276xamlNodes.Add(new XamlTextNode(
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1441base.WriteText(new XamlTextNode(
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
687AddNodeToCollection(new XamlTextNode(LineNumber, LinePosition, depth, value, converterType));
10 references to XamlTextNode
PresentationBuildTasks (10)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
1389internal void WriteText(XamlTextNode xamlTextNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1142public override void WriteText(XamlTextNode xamlTextNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1265public override void WriteText(XamlTextNode xamlTextNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
383XamlTextNode xamlTextNode = 384(XamlTextNode) xamlNode; 709public virtual void WriteText(XamlTextNode xamlTextNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (4)
5370internal XamlTextNode TextNode 5415private XamlTextNode _textNode; 6480((XamlTextNode)xamlNode).Text); 6492textFlowData.TextNode = (XamlTextNode)xamlNode;