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)
532if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 570if (_yDiff > _maxThreshold) 574else if (_yDiff < _minThreshold)