7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
57if (List == null) 332if (List == null) 474if ((List == null) && (CollectionView == null)) 588if ((List != null) && (FilterCallback == null)) 590value = List.IndexOf(item); 621if (List != null) 623value = List[index];