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