4 references to _minThreshold
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
577
else if (_xDiff <
_minThreshold
)
579
_xDiff =
_minThreshold
;
587
else if (_yDiff <
_minThreshold
)
589
_yDiff =
_minThreshold
;