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