3 writes to _yDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
568_yDiff = height * 0.25f; 571_yDiff = _maxThreshold; 575_yDiff = _minThreshold;
4 references to _yDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
531if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 569if (_yDiff > _maxThreshold) 573else if (_yDiff < _minThreshold)