2 writes to onPopup
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContextMenu.cs (2)
77onPopup += value; 80onPopup -= value;
2 references to onPopup
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContextMenu.cs (2)
149if (onPopup != null) { 150onPopup(this, e);