3 writes to _yDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
579
_yDiff
= height * 0.25f;
582
_yDiff
= _maxThreshold;
586
_yDiff
= _minThreshold;
4 references to _yDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
542
if ((x < _xDiff && x > -_xDiff) && (y <
_yDiff
&& y > -
_yDiff
))
580
if (
_yDiff
> _maxThreshold)
584
else if (
_yDiff
< _minThreshold)