7 references to List
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1387case KnownElements.List: o = new System.Windows.Documents.List(); break; 2185return KnownElements.List; 2505case KnownElements.List: return (o as System.Windows.Documents.List).ListItems; 2750case KnownElements.List: 3241case KnownElements.List: 4588case KnownElements.List: 5926case KnownElements.List: t = typeof(System.Windows.Documents.List); break;