1 override of FindIndex
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
199protected 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)
380int index = FindIndex(item, seed, comparer, low, ProtectedItems.Count);
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
227return base.FindIndex(item, seed, comparer, low, high);