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