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