4 references to _minThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
563else if (_xDiff < _minThreshold) 565_xDiff = _minThreshold; 573else if (_yDiff < _minThreshold) 575_yDiff = _minThreshold;