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