1 reference to OnContextMenuClose
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
57
EventManager.RegisterClassHandler(typeof(ComboBox), ContextMenuService.ContextMenuClosingEvent, new ContextMenuEventHandler(
OnContextMenuClose
), true);