3 references to IndexedEnumerable
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
1064
IndexedEnumerable 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)
1767
IndexedEnumerable newWrapper = new
IndexedEnumerable
(SourceCollection, new Predicate<object>(this.PassesFilter));