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