4 references to _minThreshold
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
574
else if (_xDiff <
_minThreshold
)
576
_xDiff =
_minThreshold
;
584
else if (_yDiff <
_minThreshold
)
586
_yDiff =
_minThreshold
;