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