3 references to ContextMenuClosingEvent
PresentationFramework (3)
src\Framework\System\Windows\FrameworkContentElement.cs (3)
109
EventManager.RegisterClassHandler(typeof(FrameworkContentElement),
ContextMenuClosingEvent
, new ContextMenuEventHandler(OnContextMenuClosingThunk));
1998
add { AddHandler(
ContextMenuClosingEvent
, value); }
1999
remove { RemoveHandler(
ContextMenuClosingEvent
, value); }