2 instantiations of XamlPropertyWithExtensionNode
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1575new XamlPropertyWithExtensionNode(data.LineNumber,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
815AddNodeToCollection(new XamlPropertyWithExtensionNode(LineNumber,
6 references to XamlPropertyWithExtensionNode
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
1058internal virtual void WritePropertyWithExtension(XamlPropertyWithExtensionNode xamlPropertyNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1574XamlPropertyWithExtensionNode xamlPropertyWithExtensionNode =
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1569public override void WritePropertyWithExtension(XamlPropertyWithExtensionNode xamlPropertyWithExtensionNode)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (3)
344XamlPropertyWithExtensionNode xamlPropertyWithExtensionNode = 345(XamlPropertyWithExtensionNode)xamlNode; 700public virtual void WritePropertyWithExtension(XamlPropertyWithExtensionNode xamlPropertyWithExtensionNode)