2 instantiations of XamlPropertyWithExtensionNode
PresentationBuildTasks (2)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1597
new
XamlPropertyWithExtensionNode
(data.LineNumber,
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
828
AddNodeToCollection(new
XamlPropertyWithExtensionNode
(LineNumber,
6 references to XamlPropertyWithExtensionNode
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1073
internal virtual void WritePropertyWithExtension(
XamlPropertyWithExtensionNode
xamlPropertyNode)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1596
XamlPropertyWithExtensionNode
xamlPropertyWithExtensionNode =
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1581
public override void WritePropertyWithExtension(
XamlPropertyWithExtensionNode
xamlPropertyWithExtensionNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
352
XamlPropertyWithExtensionNode
xamlPropertyWithExtensionNode =
353
(
XamlPropertyWithExtensionNode
)xamlNode;
741
public virtual void WritePropertyWithExtension(
XamlPropertyWithExtensionNode
xamlPropertyWithExtensionNode)