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