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