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