3 writes to _xDiff
PresentationFramework (3)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (3)
572_xDiff = width * 0.25f; 575_xDiff = _maxThreshold; 579_xDiff = _minThreshold;
4 references to _xDiff
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
545if ((x < _xDiff && x > -_xDiff) && (y < _yDiff && y > -_yDiff)) 573if (_xDiff > _maxThreshold) 577else if (_xDiff < _minThreshold)