2 references to NewWindow
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
1227
/// Raises the <see cref="
NewWindow
"/> event.
1229
protected virtual void OnNewWindow(CancelEventArgs e) =>
NewWindow
?.Invoke(this, e);