3 writes to _xDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
559
_xDiff
= width * 0.25f;
562
_xDiff
= _maxThreshold;
566
_xDiff
= _minThreshold;
4 references to _xDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
532
if ((x <
_xDiff
&& x > -
_xDiff
) && (y < _yDiff && y > -_yDiff))
560
if (
_xDiff
> _maxThreshold)
564
else if (
_xDiff
< _minThreshold)