1 instantiation of PopupEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolTip.cs (1)
2305
PopupEventArgs e = new
PopupEventArgs
(win, toolControl, IsBalloon, currentTooltipSize);
3 references to PopupEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PopupEventHandler.cs (1)
17
public delegate void PopupEventHandler(object sender,
PopupEventArgs
e);
winforms\Managed\System\WinForms\ToolTip.cs (2)
827
private void OnPopup(
PopupEventArgs
e)
2305
PopupEventArgs
e = new PopupEventArgs(win, toolControl, IsBalloon, currentTooltipSize);