8 references to LiteralContent
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
133case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeMap.cs (1)
255case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeNode.cs (1)
805internal BamlLiteralContentNode(string literalContent) : base(BamlNodeType.LiteralContent)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
180case BamlNodeType.LiteralContent:
MS\Internal\Globalization\LocalizableResourceBuilder.cs (3)
60case BamlNodeType.LiteralContent: 166case BamlNodeType.LiteralContent: 464case BamlNodeType.LiteralContent:
System\Windows\Markup\BamlReader.cs (1)
1918NodeTypeInternal = BamlNodeType.LiteralContent;