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