2 writes to onPopup
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
715
onPopup
+= value;
719
onPopup
-= value;
2 references to onPopup
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
829
if(
onPopup
!= null)
831
onPopup
(this,e);