7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
58if (List == null) 333if (List == null) 475if ((List == null) && (CollectionView == null)) 589if ((List != null) && (FilterCallback == null)) 591value = List.IndexOf(item); 622if (List != null) 624value = List[index];