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