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