7 references to List
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1380case KnownElements.List: o = new System.Windows.Documents.List(); break; 2178return KnownElements.List; 2498case KnownElements.List: return (o as System.Windows.Documents.List).ListItems; 2743case KnownElements.List: 3234case KnownElements.List: 4581case KnownElements.List: 5919case KnownElements.List: t = typeof(System.Windows.Documents.List); break;