6 references to ContextMenuClosingEvent
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (1)
56EventManager.RegisterClassHandler(typeof(ComboBox), ContextMenuService.ContextMenuClosingEvent, new ContextMenuEventHandler(OnContextMenuClose), true);
System\Windows\Controls\ContextMenuService.cs (3)
376UIElement.AddHandler(element, ContextMenuClosingEvent, handler); 386UIElement.RemoveHandler(element, ContextMenuClosingEvent, handler); 453RoutedEvent =(opening ? ContextMenuService.ContextMenuOpeningEvent : ContextMenuService.ContextMenuClosingEvent);
System\Windows\FrameworkContentElement.cs (1)
1959public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (1)
6021public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(_typeofThis);