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