5 writes to _cumulativeHorizontalWheelDelta
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
16499_cumulativeHorizontalWheelDelta += e.Delta; 16538_cumulativeHorizontalWheelDelta -= fullNotches * (int)PInvoke.WHEEL_DELTA; 16542_cumulativeHorizontalWheelDelta = 0; 16634_cumulativeHorizontalWheelDelta = 0; 16638_cumulativeHorizontalWheelDelta -= (int)(scrollBands * (PInvoke.WHEEL_DELTA / (float)wheelScrollLines));
3 references to _cumulativeHorizontalWheelDelta
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
16487Debug.Assert(_cumulativeHorizontalWheelDelta > -PInvoke.WHEEL_DELTA); 16488Debug.Assert(_cumulativeHorizontalWheelDelta < PInvoke.WHEEL_DELTA); 16500partialNotches = _cumulativeHorizontalWheelDelta / (float)PInvoke.WHEEL_DELTA;