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