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