2 instantiations of XamlPropertyArrayEndNode
PresentationBuildTasks (2)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
683
propertyEnd = new
XamlPropertyArrayEndNode
(
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
975
new
XamlPropertyArrayEndNode
(LineNumber, LinePosition, XmlReader.Depth));
6 references to XamlPropertyArrayEndNode
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1304
XamlPropertyArrayEndNode
xamlPropertyArrayEndNode)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1112
public override void WritePropertyArrayEnd(
XamlPropertyArrayEndNode
xamlPropertyArrayEndNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1207
public override void WritePropertyArrayEnd(
XamlPropertyArrayEndNode
xamlPropertyArrayEndNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
410
XamlPropertyArrayEndNode
xamlPropertyArrayEndNode =
411
(
XamlPropertyArrayEndNode
) xamlNode;
830
public virtual void WritePropertyArrayEnd(
XamlPropertyArrayEndNode
xamlPropertyArrayEndNode)