2 instantiations of XamlTextNode
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlWriter.cs (1)
889XamlTextNode textNode = new XamlTextNode(
src\Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1300xamlNodes.Add(new XamlTextNode(
3 references to XamlTextNode
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1404internal void WriteText(XamlTextNode xamlTextNode)
src\Framework\System\Windows\Markup\BamlWriter.cs (2)
889XamlTextNode textNode = new XamlTextNode( 1010_bamlRecordWriter.WriteText((XamlTextNode)node);