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