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.
1455
if (this.
NewWindow
!= null)
1457
this.
NewWindow
(this, e);