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