3 writes to _yDiff
PresentationFramework (3)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (3)
582
_yDiff
= height * 0.25f;
585
_yDiff
= _maxThreshold;
589
_yDiff
= _minThreshold;
4 references to _yDiff
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
545
if ((x < _xDiff && x > -_xDiff) && (y <
_yDiff
&& y > -
_yDiff
))
583
if (
_yDiff
> _maxThreshold)
587
else if (
_yDiff
< _minThreshold)