3 references to MouseWheel
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
7939
/// Raises the <see cref="
MouseWheel
"/> event.
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1364
add { base.
MouseWheel
+= value; }
1365
remove { base.
MouseWheel
-= value; }