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