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