4 instantiations of BamlTextNode
PresentationFramework (4)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
149BamlTreeNode bamlNode = new BamlTextNode(
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
865return new BamlTextNode(_content, _typeConverterAssemblyName, _typeConverterName);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (2)
416BamlTreeNode textNode = new BamlTextNode(textContent.ToString()); 643BamlTreeNode node = new BamlTextNode(tokens[i].Value);
3 references to BamlTextNode
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (2)
360textBuffer.Append(((BamlTextNode) newNode).Content); // Collect all text into the buffer 397textBuffer.Append(((BamlTextNode) newNode).Content); // Collect all text into the buffer
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
203((BamlTextNode)child).Content)