1 instantiation of XamlDefTagNode
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1045new XamlDefTagNode(LineNumber, LinePosition, XmlReader.Depth,
5 references to XamlDefTagNode
PresentationBuildTasks (5)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
786internal void ProcessDefinitionNamespace(XamlDefTagNode xamlDefTagNode)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
709public override void WriteDefTag(XamlDefTagNode xamlDefTagNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
440XamlDefTagNode xamlDefTagNode = 441(XamlDefTagNode) xamlNode; 904public virtual void WriteDefTag(XamlDefTagNode xamlDefTagNode)