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)
690AddNodeToCollection(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)
5373internal XamlTextNode TextNode 5418private XamlTextNode _textNode; 6483((XamlTextNode)xamlNode).Text); 6495textFlowData.TextNode = (XamlTextNode)xamlNode;