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