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