3 writes to _xDiff
PresentationFramework (3)
MS\Internal\Ink\LassoSelectionBehavior.cs (3)
559_xDiff = width * 0.25f; 562_xDiff = _maxThreshold; 566_xDiff = _minThreshold;
4 references to _xDiff
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
532if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 560if (_xDiff > _maxThreshold) 564else if (_xDiff < _minThreshold)