3 writes to _xDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
558_xDiff = width * 0.25f; 561_xDiff = _maxThreshold; 565_xDiff = _minThreshold;
4 references to _xDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
531if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 559if (_xDiff > _maxThreshold) 563else if (_xDiff < _minThreshold)