7 references to List
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1381case KnownElements.List: o = new System.Windows.Documents.List(); break; 2179return KnownElements.List; 2499case KnownElements.List: return (o as System.Windows.Documents.List).ListItems; 2744case KnownElements.List: 3235case KnownElements.List: 4582case KnownElements.List: 5920case KnownElements.List: t = typeof(System.Windows.Documents.List); break;