3 instantiations of XamlTextNode
PresentationBuildTasks (3)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1300xamlNodes.Add(new XamlTextNode(
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1453base.WriteText(new XamlTextNode(
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
703AddNodeToCollection(new XamlTextNode(LineNumber, LinePosition, depth, value, converterType));
10 references to XamlTextNode
PresentationBuildTasks (10)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1404internal void WriteText(XamlTextNode xamlTextNode)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1154public override void WriteText(XamlTextNode xamlTextNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1277public override void WriteText(XamlTextNode xamlTextNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
391XamlTextNode xamlTextNode = 392(XamlTextNode) xamlNode; 753public virtual void WriteText(XamlTextNode xamlTextNode)
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
5332internal XamlTextNode TextNode 5377XamlTextNode _textNode; 6442((XamlTextNode)xamlNode).Text); 6454textFlowData.TextNode = (XamlTextNode)xamlNode;