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