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