27 references to AxIWebBrowser2
System.Windows.Forms (27)
winforms\Managed\System\WinForms\WebBrowser.cs (27)
130
return this.
AxIWebBrowser2
.RegisterAsDropTarget;
136
this.
AxIWebBrowser2
.RegisterAsDropTarget = value;
153
return this.
AxIWebBrowser2
.Silent;
157
this.
AxIWebBrowser2
.Silent = value;
257
object objDoc = this.
AxIWebBrowser2
.Document;
373
documentTitle = this.
AxIWebBrowser2
.LocationName;
450
return this.
AxIWebBrowser2
.Busy;
464
return this.
AxIWebBrowser2
.Offline;
573
return (WebBrowserReadyState)this.
AxIWebBrowser2
.ReadyState;
618
string urlString = this.
AxIWebBrowser2
.LocationURL;
677
this.
AxIWebBrowser2
.GoBack();
703
this.
AxIWebBrowser2
.GoForward();
723
this.
AxIWebBrowser2
.GoHome();
733
this.
AxIWebBrowser2
.GoSearch();
862
this.
AxIWebBrowser2
.ExecWB(NativeMethods.OLECMDID.OLECMDID_PRINT, NativeMethods.OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, ref nullObjectArray, IntPtr.Zero);
885
this.
AxIWebBrowser2
.Refresh();
890
this.
AxIWebBrowser2
.Refresh();
916
this.
AxIWebBrowser2
.Refresh2(ref level);
921
this.
AxIWebBrowser2
.Refresh2(ref level);
963
this.
AxIWebBrowser2
.ExecWB(NativeMethods.OLECMDID.OLECMDID_PAGESETUP, NativeMethods.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref nullObjectArray, IntPtr.Zero);
985
this.
AxIWebBrowser2
.ExecWB(NativeMethods.OLECMDID.OLECMDID_PRINT, NativeMethods.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref nullObjectArray, IntPtr.Zero);
1006
this.
AxIWebBrowser2
.ExecWB(NativeMethods.OLECMDID.OLECMDID_PRINTPREVIEW, NativeMethods.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref nullObjectArray, IntPtr.Zero);
1026
this.
AxIWebBrowser2
.ExecWB(NativeMethods.OLECMDID.OLECMDID_PROPERTIES, NativeMethods.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref nullObjectArray, IntPtr.Zero);
1048
this.
AxIWebBrowser2
.ExecWB(NativeMethods.OLECMDID.OLECMDID_SAVEAS, NativeMethods.OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT, ref nullObjectArray, IntPtr.Zero);
1065
this.
AxIWebBrowser2
.Stop();
1358
this.
AxIWebBrowser2
.RegisterAsDropTarget = AllowWebBrowserDrop;
1582
this.
AxIWebBrowser2
.Navigate2(ref URL, ref flags, ref targetFrameName, ref postData, ref headers);