8 references to LiteralContent
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
132case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeMap.cs (1)
240case BamlNodeType.LiteralContent:
MS\Internal\Globalization\BamlTreeNode.cs (1)
810internal BamlLiteralContentNode(string literalContent) : base(BamlNodeType.LiteralContent)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
161case BamlNodeType.LiteralContent:
MS\Internal\Globalization\LocalizableResourceBuilder.cs (3)
59case BamlNodeType.LiteralContent: 167case BamlNodeType.LiteralContent: 465case BamlNodeType.LiteralContent:
System\Windows\Markup\BamlReader.cs (1)
1934NodeTypeInternal = BamlNodeType.LiteralContent;