1 override of FindIndex
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
199
protected override int
FindIndex
(object item, object seed, IComparer comparer, int low, int high)
2 references to FindIndex
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
380
int index =
FindIndex
(item, seed, comparer, low, ProtectedItems.Count);
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
227
return base.
FindIndex
(item, seed, comparer, low, high);