7 references to List
PresentationFramework (7)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (7)
70if (List == null) 353if (List == null) 498if ((List == null) && (CollectionView == null)) 612if ((List != null) && (FilterCallback == null)) 614value = List.IndexOf(item); 645if (List != null) 647value = List[index];