1 reference to OnMouseWheel
PresentationFramework (1)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
63EventManager.RegisterClassHandler(typeof(ComboBox), Mouse.MouseWheelEvent, new MouseWheelEventHandler(OnMouseWheel), true); // call us even if textbox in the style gets the click.