7 references to Text
PresentationFramework (7)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
139case BamlNodeType.Text:
MS\Internal\Globalization\BamlTreeNode.cs (1)
848) : base(BamlNodeType.Text)
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
334if (newNode.NodeType == BamlNodeType.Text) 350case BamlNodeType.Text: 371if (newNode.NodeType == BamlNodeType.Text)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
201case BamlNodeType.Text:
System\Windows\Markup\BamlReader.cs (1)
2207NodeTypeInternal = BamlNodeType.Text;