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