1 instantiation of XamlDefTagNode
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1032new XamlDefTagNode(LineNumber, LinePosition, XmlReader.Depth,
5 references to XamlDefTagNode
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
776internal void ProcessDefinitionNamespace(XamlDefTagNode xamlDefTagNode)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
706public override void WriteDefTag(XamlDefTagNode xamlDefTagNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
432XamlDefTagNode xamlDefTagNode = 433(XamlDefTagNode) xamlNode; 830public virtual void WriteDefTag(XamlDefTagNode xamlDefTagNode)