3 writes to _xDiff
PresentationFramework (3)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (3)
572
_xDiff
= width * 0.25f;
575
_xDiff
= _maxThreshold;
579
_xDiff
= _minThreshold;
4 references to _xDiff
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
545
if ((x <
_xDiff
&& x > -
_xDiff
) && (y < _yDiff && y > -_yDiff))
573
if (
_xDiff
> _maxThreshold)
577
else if (
_xDiff
< _minThreshold)