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