3 references to BamlTextNode
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
148
BamlTreeNode bamlNode = new
BamlTextNode
(
MS\Internal\Globalization\BamlTreeNode.cs (2)
838
internal BamlTextNode(string text) :
this
(text, null, null)
860
return new
BamlTextNode
(_content, _typeConverterAssemblyName, _typeConverterName);