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