2 references to FileDownload
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
1212/// Raises the <see cref="FileDownload"/> event. 1214protected virtual void OnFileDownload(EventArgs e) => FileDownload?.Invoke(this, e);