4 references to _maxThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
560if (_xDiff > _maxThreshold) 562_xDiff = _maxThreshold; 570if (_yDiff > _maxThreshold) 572_yDiff = _maxThreshold;