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)
545if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 583if (_yDiff > _maxThreshold) 587else if (_yDiff < _minThreshold)