4 references to _minThreshold
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
577else if (_xDiff < _minThreshold) 579_xDiff = _minThreshold; 587else if (_yDiff < _minThreshold) 589_yDiff = _minThreshold;