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