7 references to Text
PresentationFramework (7)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
139case BamlNodeType.Text:
MS\Internal\Globalization\BamlTreeNode.cs (1)
842) : base(BamlNodeType.Text)
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
351if (newNode.NodeType == BamlNodeType.Text) 367case BamlNodeType.Text: 388if (newNode.NodeType == BamlNodeType.Text)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
199case BamlNodeType.Text:
System\Windows\Markup\BamlReader.cs (1)
2188NodeTypeInternal = BamlNodeType.Text;