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)
1364add { base.MouseWheel += value; } 1365remove { base.MouseWheel -= value; }