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