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