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