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