4 references to _maxThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
559if (_xDiff > _maxThreshold) 561_xDiff = _maxThreshold; 569if (_yDiff > _maxThreshold) 571_yDiff = _maxThreshold;