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