4 references to _maxThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
561if (_xDiff > _maxThreshold) 563_xDiff = _maxThreshold; 571if (_yDiff > _maxThreshold) 573_yDiff = _maxThreshold;