4 references to _maxThreshold
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
573
if (_xDiff >
_maxThreshold
)
575
_xDiff =
_maxThreshold
;
583
if (_yDiff >
_maxThreshold
)
585
_yDiff =
_maxThreshold
;