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