4 references to _maxThreshold
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
573if (_xDiff > _maxThreshold) 575_xDiff = _maxThreshold; 583if (_yDiff > _maxThreshold) 585_yDiff = _maxThreshold;