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