2 references to BamlTextNode
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
417
BamlTreeNode textNode = new
BamlTextNode
(textContent.ToString());
644
BamlTreeNode node = new
BamlTextNode
(tokens[i].Value);