4 instantiations of BamlTextNode
PresentationFramework (4)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
148
BamlTreeNode bamlNode = new
BamlTextNode
(
MS\Internal\Globalization\BamlTreeNode.cs (1)
860
return new
BamlTextNode
(_content, _typeConverterAssemblyName, _typeConverterName);
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
417
BamlTreeNode textNode = new
BamlTextNode
(textContent.ToString());
644
BamlTreeNode node = new
BamlTextNode
(tokens[i].Value);
3 references to BamlTextNode
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
361
textBuffer.Append(((
BamlTextNode
)newNode).Content); // Collect all text into the buffer
398
textBuffer.Append(((
BamlTextNode
)newNode).Content); // Collect all text into the buffer
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
206
((
BamlTextNode
)child).Content)