6 references to ContextMenuClosingEvent
PresentationFramework (6)
System\Windows\Controls\ComboBox.cs (1)
67EventManager.RegisterClassHandler(typeof(ComboBox), ContextMenuService.ContextMenuClosingEvent, new ContextMenuEventHandler(OnContextMenuClose), true);
System\Windows\Controls\ContextMenuService.cs (3)
381UIElement.AddHandler(element, ContextMenuClosingEvent, handler); 391UIElement.RemoveHandler(element, ContextMenuClosingEvent, handler); 458RoutedEvent =(opening ? ContextMenuService.ContextMenuOpeningEvent : ContextMenuService.ContextMenuClosingEvent);
System\Windows\FrameworkContentElement.cs (1)
1980public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(typeof(FrameworkContentElement));
System\Windows\FrameworkElement.cs (1)
6030public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(_typeofThis);