5 writes to _cumulativeHorizontalWheelDelta
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
16496_cumulativeHorizontalWheelDelta += e.Delta; 16535_cumulativeHorizontalWheelDelta -= fullNotches * (int)PInvoke.WHEEL_DELTA; 16539_cumulativeHorizontalWheelDelta = 0; 16631_cumulativeHorizontalWheelDelta = 0; 16635_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)
16484Debug.Assert(_cumulativeHorizontalWheelDelta > -PInvoke.WHEEL_DELTA); 16485Debug.Assert(_cumulativeHorizontalWheelDelta < PInvoke.WHEEL_DELTA); 16497partialNotches = _cumulativeHorizontalWheelDelta / (float)PInvoke.WHEEL_DELTA;