7 references to Text
PresentationFramework (7)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
146case BamlNodeType.Text:
MS\Internal\Globalization\BamlTreeNode.cs (1)
846) : base(BamlNodeType.Text)
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
359if (newNode.NodeType == BamlNodeType.Text) 375case BamlNodeType.Text: 396if (newNode.NodeType == BamlNodeType.Text)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
203case BamlNodeType.Text:
System\Windows\Markup\BamlReader.cs (1)
2198NodeTypeInternal = BamlNodeType.Text;