8 overrides of OnMouseWheel
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGrid.cs (1)
4354protected override void OnMouseWheel(MouseEventArgs e) {
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
65protected override void OnMouseWheel(MouseEventArgs e) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
16888protected override void OnMouseWheel(MouseEventArgs e)
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
271protected override void OnMouseWheel(MouseEventArgs e)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3305protected override void OnMouseWheel(MouseEventArgs me) {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
702protected override void OnMouseWheel(MouseEventArgs e) {
winforms\Managed\System\WinForms\ScrollBar.cs (1)
725protected override void OnMouseWheel(MouseEventArgs e) {
winforms\Managed\System\WinForms\TrackBar.cs (1)
969protected override void OnMouseWheel(MouseEventArgs e) {
7 references to OnMouseWheel
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
13558OnMouseWheel(e);
winforms\Managed\System\WinForms\DataGrid.cs (1)
4355base.OnMouseWheel(e);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
16890base.OnMouseWheel(e);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
742base.OnMouseWheel(e);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
754base.OnMouseWheel(e);
winforms\Managed\System\WinForms\TrackBar.cs (1)
970base.OnMouseWheel( e );
winforms\Managed\System\WinForms\UpDownBase.cs (1)
984/// <para>Raises the <see cref='System.Windows.Forms.Control.OnMouseWheel'/> event.</para>