2 references to BinarySearchThreshold
PresentationFramework (2)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (1)
192while (right - left > BinarySearchThreshold)
src\Framework\MS\Internal\Data\RBNode.cs (1)
233while (high - low > BinarySearchThreshold)