3 references to BinarySearch
PresentationFramework (3)
src\Framework\MS\Internal\Data\RBNode.cs (3)
140int offset = BinarySearch(x, 1, Size - 1, comparison, compR, out found); 226int offset = BinarySearch(x, left+1, right-1, comparison, compR, out found); 288int offset = parent.BinarySearch(x, 1, parent.Size - 1, comparison, -1, out found);