7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
63if (List == null) 344if (List == null) 489if ((List == null) && (CollectionView == null)) 603if ((List != null) && (FilterCallback == null)) 605value = List.IndexOf(item); 636if (List != null) 638value = List[index];