5 writes to _cumulativeHorizontalWheelDelta
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
16902_cumulativeHorizontalWheelDelta += e.Delta; 16941_cumulativeHorizontalWheelDelta -= fullNotches * (int)PInvoke.WHEEL_DELTA; 16945_cumulativeHorizontalWheelDelta = 0; 17037_cumulativeHorizontalWheelDelta = 0; 17041_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)
16890Debug.Assert(_cumulativeHorizontalWheelDelta > -PInvoke.WHEEL_DELTA); 16891Debug.Assert(_cumulativeHorizontalWheelDelta < PInvoke.WHEEL_DELTA); 16903partialNotches = _cumulativeHorizontalWheelDelta / (float)PInvoke.WHEEL_DELTA;