3 writes to _xDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
569
_xDiff
= width * 0.25f;
572
_xDiff
= _maxThreshold;
576
_xDiff
= _minThreshold;
4 references to _xDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
542
if ((x <
_xDiff
&& x > -
_xDiff
) && (y < _yDiff && y > -_yDiff))
570
if (
_xDiff
> _maxThreshold)
574
else if (
_xDiff
< _minThreshold)