1 reference to OnMouseButtonDown
PresentationFramework (1)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
60
EventManager.RegisterClassHandler(typeof(ComboBox), Mouse.MouseDownEvent, new MouseButtonEventHandler(
OnMouseButtonDown
), true); // call us even if the transparent button in the style gets the click.