7 references to List
PresentationFramework (7)
MS\Internal\Data\IndexedEnumerable.cs (7)
58if (List == null) 336if (List == null) 481if ((List == null) && (CollectionView == null)) 595if ((List != null) && (FilterCallback == null)) 597value = List.IndexOf(item); 628if (List != null) 630value = List[index];