3 writes to _xDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
569_xDiff = width * 0.25f; 572_xDiff = _maxThreshold; 576_xDiff = _minThreshold;
4 references to _xDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
542if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 570if (_xDiff > _maxThreshold) 574else if (_xDiff < _minThreshold)