8 references to LiteralContent
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
140case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeMap.cs (1)
260case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeNode.cs (1)
809internal BamlLiteralContentNode(string literalContent) : base(BamlNodeType.LiteralContent)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
188case BamlNodeType.LiteralContent:
MS\Internal\Globalization\LocalizableResourceBuilder.cs (3)
64case BamlNodeType.LiteralContent: 170case BamlNodeType.LiteralContent: 468case BamlNodeType.LiteralContent:
System\Windows\Markup\BamlReader.cs (1)
1928NodeTypeInternal = BamlNodeType.LiteralContent;