3 writes to _yDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
579_yDiff = height * 0.25f; 582_yDiff = _maxThreshold; 586_yDiff = _minThreshold;
4 references to _yDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
542if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 580if (_yDiff > _maxThreshold) 584else if (_yDiff < _minThreshold)