3 references to List
PresentationFramework (3)
System\Windows\Documents\TextRangeEditLists.cs (1)
319
List list = new
List
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7038
DefaultConstructor = delegate () { return new System.Windows.Documents.
List
(); },
System\Windows\Markup\KnownTypes.cs (1)
1381
case KnownElements.List: o = new System.Windows.Documents.
List
(); break;