4 references to _minThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
564else if (_xDiff < _minThreshold) 566_xDiff = _minThreshold; 574else if (_yDiff < _minThreshold) 576_yDiff = _minThreshold;