7 references to Text
PresentationFramework (7)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
138case BamlNodeType.Text:
MS\Internal\Globalization\BamlTreeNode.cs (1)
847) : base(BamlNodeType.Text)
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
333if (newNode.NodeType == BamlNodeType.Text) 349case BamlNodeType.Text: 370if (newNode.NodeType == BamlNodeType.Text)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
200case BamlNodeType.Text:
System\Windows\Markup\BamlReader.cs (1)
2206NodeTypeInternal = BamlNodeType.Text;