4 references to _minThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
563
else if (_xDiff <
_minThreshold
)
565
_xDiff =
_minThreshold
;
573
else if (_yDiff <
_minThreshold
)
575
_yDiff =
_minThreshold
;