1 instantiation of XamlLiteralContentNode
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
749new XamlLiteralContentNode(lineNumber, linePosition, depth, textValue));
4 references to XamlLiteralContentNode
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
461internal void WriteLiteralContent(XamlLiteralContentNode xamlLiteralContentNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
385XamlLiteralContentNode xamlLiteralContentNode = 386(XamlLiteralContentNode) xamlNode; 615public virtual void WriteLiteralContent(XamlLiteralContentNode xamlLiteralContentNode)