8 references to LiteralContent
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
133case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeMap.cs (1)
241case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeNode.cs (1)
811internal BamlLiteralContentNode(string literalContent) : base(BamlNodeType.LiteralContent)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
162case BamlNodeType.LiteralContent:
MS\Internal\Globalization\LocalizableResourceBuilder.cs (3)
60case BamlNodeType.LiteralContent: 168case BamlNodeType.LiteralContent: 466case BamlNodeType.LiteralContent:
System\Windows\Markup\BamlReader.cs (1)
1935NodeTypeInternal = BamlNodeType.LiteralContent;