6 references to ContextMenuClosingEvent
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (1)
57EventManager.RegisterClassHandler(typeof(ComboBox), ContextMenuService.ContextMenuClosingEvent, new ContextMenuEventHandler(OnContextMenuClose), true);
System\Windows\Controls\ContextMenuService.cs (3)
377UIElement.AddHandler(element, ContextMenuClosingEvent, handler); 387UIElement.RemoveHandler(element, ContextMenuClosingEvent, handler); 454RoutedEvent =(opening ? ContextMenuService.ContextMenuOpeningEvent : ContextMenuService.ContextMenuClosingEvent);
System\Windows\FrameworkContentElement.cs (1)
1968public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (1)
6026public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(_typeofThis);