3 references to BinarySearch
PresentationFramework (3)
MS\Internal\Data\RBNode.cs (3)
133int offset = BinarySearch(x, 1, Size - 1, comparison, compR, out found); 219int offset = BinarySearch(x, left + 1, right - 1, comparison, compR, out found); 281int offset = parent.BinarySearch(x, 1, parent.Size - 1, comparison, -1, out found);