3 references to NewWindow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowser.cs (3)
1448/// Raises the <see cref='System.Windows.Forms.WebBrowser.NewWindow'/> event. 1455if (this.NewWindow != null) 1457this.NewWindow(this, e);