39 references to WebBrowser
System.Windows.Forms (39)
winforms\Managed\System\WinForms\WebBrowser.cs (31)
72
/// Creates an instance of the <see cref='System.Windows.Forms.
WebBrowser
'/> control.
273
WebBrowser
.EnsureUrlConnectPermission(url); // Security check
1301
WebBrowser
.createdInIE = true;
1305
WebBrowser
.createdInIE = false;
1319
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.CanGoBackChanged'/> event.
1335
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.CanGoForwardChanged'/> event.
1351
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.DocumentCompleted'/> event.
1368
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.DocumentTitleChanged'/> event.
1384
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.EncryptionLevelChanged'/> event.
1400
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.FileDownload'/> event.
1416
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.Navigated'/> event.
1432
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.Navigating'/> event.
1448
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.NewWindow'/> event.
1464
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.ProgressChanged'/> event.
1480
/// Raises the <see cref='System.Windows.Forms.
WebBrowser
.StatusTextChanged'/> event.
1511
if (
WebBrowser
.createdInIE) {
1704
/// Creates an instance of the <see cref='System.Windows.Forms.
WebBrowser
.WebBrowserSite'/> class.
1708
public WebBrowserSite(
WebBrowser
host) : base(host) {
1718
WebBrowser
wb = (
WebBrowser
)this.Host;
1740
WebBrowser
wb = (
WebBrowser
)this.Host;
1826
WebBrowser
wb = (
WebBrowser
)this.Host;
1839
WebBrowser
wb = (
WebBrowser
)this.Host;
1892
private
WebBrowser
parent;
1896
public WebBrowserEvent(
WebBrowser
parent) {
2046
/// Returned by the <see cref='System.Windows.Forms.
WebBrowser
.EncryptionLevel'/> property.
2070
/// Returned by the <see cref='System.Windows.Forms.
WebBrowser
.ReadyState'/> property.
2089
/// Specifies the RefreshOptions in the <see cref='System.Windows.Forms.
WebBrowser
.Refresh'/> method.
winforms\Managed\System\WinForms\WebBrowserDocumentCompletedEventHandler.cs (2)
22
/// Provides data for the <see cref='System.Windows.Forms.
WebBrowser
.OnDocumentCompleted'/> event.
46
WebBrowser
.EnsureUrlConnectPermission(url);
winforms\Managed\System\WinForms\WebBrowserNavigatedEventHandler.cs (2)
23
/// Provides data for the <see cref='System.Windows.Forms.
WebBrowser
.OnNavigated'/> event.
47
WebBrowser
.EnsureUrlConnectPermission(url);
winforms\Managed\System\WinForms\WebBrowserNavigatingEventHandler.cs (3)
24
/// Provides data for the <see cref='System.Windows.Forms.
WebBrowser
.OnNavigating'/> event.
50
WebBrowser
.EnsureUrlConnectPermission(url);
63
WebBrowser
.EnsureUrlConnectPermission(url);
winforms\Managed\System\WinForms\WebBrowserProgressChangedEventHandler.cs (1)
21
/// Provides data for the <see cref='System.Windows.Forms.
WebBrowser
.OnProgressChanged'/> event.