1 reference to OnContextMenu
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2196
bool handled = GetService<ToolStripKeyboardHandlingService>()?.
OnContextMenu
(location.X, location.Y) ?? false;