3 references to ContextMenuClosingEvent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkElement.cs (3)
2407
EventManager.RegisterClassHandler(_typeofThis,
ContextMenuClosingEvent
, new ContextMenuEventHandler(OnContextMenuClosingThunk));
6050
add { AddHandler(
ContextMenuClosingEvent
, value); }
6051
remove { RemoveHandler(
ContextMenuClosingEvent
, value); }