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