6 references to ContextMenuClosingEvent
PresentationFramework (6)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
68EventManager.RegisterClassHandler(typeof(ComboBox), ContextMenuService.ContextMenuClosingEvent, new ContextMenuEventHandler(OnContextMenuClose), true);
src\Framework\System\Windows\Controls\ContextMenuService.cs (3)
436UIElement.AddHandler(element, ContextMenuClosingEvent, handler); 446UIElement.RemoveHandler(element, ContextMenuClosingEvent, handler); 513RoutedEvent =(opening ? ContextMenuService.ContextMenuOpeningEvent : ContextMenuService.ContextMenuClosingEvent);
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1991public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(typeof(FrameworkContentElement));
src\Framework\System\Windows\FrameworkElement.cs (1)
6043public static readonly RoutedEvent ContextMenuClosingEvent = ContextMenuService.ContextMenuClosingEvent.AddOwner(_typeofThis);