3 references to BoundedSearch
PresentationFramework (3)
MS\Internal\Data\RBNode.cs (2)
179result = leftChild.BoundedSearch(x, low, high, comparison); 211result = rightChild.BoundedSearch(x, low - delta, high - delta, comparison);
MS\Internal\Data\RBTree.cs (1)
71return BoundedSearch(x, low, high, Comparison);