3 references to ContextMenuClosingEvent
PresentationFramework (3)
System\Windows\FrameworkContentElement.cs (3)
91
EventManager.RegisterClassHandler(typeof(FrameworkContentElement),
ContextMenuClosingEvent
, new ContextMenuEventHandler(OnContextMenuClosingThunk));
1970
add { AddHandler(
ContextMenuClosingEvent
, value); }
1971
remove { RemoveHandler(
ContextMenuClosingEvent
, value); }