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