3 references to IndexedEnumerable
PresentationFramework (3)
MS\Internal\Data\CollectionViewProxy.cs (1)
1058IndexedEnumerable newIndexer = new IndexedEnumerable(ProxiedView, new Predicate<object>(this.PassesFilter));
MS\Internal\Data\IndexedEnumerable.cs (1)
43: this(collection, null)
System\Windows\Data\CollectionView.cs (1)
1752IndexedEnumerable newWrapper = new IndexedEnumerable(SourceCollection, new Predicate<object>(this.PassesFilter));