2 instantiations of XamlPropertyIListEndNode
PresentationBuildTasks (2)
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
715propertyEnd = new XamlPropertyIListEndNode(
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1000new XamlPropertyIListEndNode(LineNumber, LinePosition, XmlReader.Depth));
6 references to XamlPropertyIListEndNode
PresentationBuildTasks (6)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1335XamlPropertyIListEndNode xamlPropertyIListEndNode)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1086public override void WritePropertyIListEnd(XamlPropertyIListEndNode xamlNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1170public override void WritePropertyIListEnd(XamlPropertyIListEndNode xamlNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
422XamlPropertyIListEndNode xamlPropertyIListEndNode = 423(XamlPropertyIListEndNode) xamlNode; 854public virtual void WritePropertyIListEnd(XamlPropertyIListEndNode xamlPropertyIListEndNode)