2 instantiations of XamlDefAttributeKeyTypeNode
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1436
new
XamlDefAttributeKeyTypeNode
(xamlPropertyNode.LineNumber,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1072
AddNodeToCollection(new
XamlDefAttributeKeyTypeNode
(LineNumber, LinePosition, XmlReader.Depth,
6 references to XamlDefAttributeKeyTypeNode
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
461
internal void WriteDefAttributeKeyType(
XamlDefAttributeKeyTypeNode
xamlDefNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
604
public override void WriteDefAttributeKeyType(
XamlDefAttributeKeyTypeNode
xamlDefNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
623
public override void WriteDefAttributeKeyType(
XamlDefAttributeKeyTypeNode
xamlDefNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
439
XamlDefAttributeKeyTypeNode
xamlDefAttributeKeyTypeNode =
440
(
XamlDefAttributeKeyTypeNode
) xamlNode;
842
public virtual void WriteDefAttributeKeyType(
XamlDefAttributeKeyTypeNode
xamlDefNode)