13 references to AxIWebBrowser2
PresentationFramework (13)
src\Framework\MS\Internal\Controls\WebBrowserEvent.cs (3)
114
if (_parent.
AxIWebBrowser2
== axIWebBrowser2)
234
if (_parent.
AxIWebBrowser2
== axIWebBrowser2)
290
if (_parent.
AxIWebBrowser2
== axIWebBrowser2)
src\Framework\System\Windows\Controls\WebBrowser.cs (10)
303
AxIWebBrowser2
.GoBack();
319
AxIWebBrowser2
.GoForward();
336
AxIWebBrowser2
.Refresh();
364
AxIWebBrowser2
.Refresh2(ref refreshOptionObject);
429
if (string.CompareOrdinal(innerURL,
AxIWebBrowser2
.LocationURL) != 0)
537
string urlString =
AxIWebBrowser2
.LocationURL;
630
return
AxIWebBrowser2
.Document;
865
object objDoc =
AxIWebBrowser2
.Document;
1179
NativeMethods.IOleCommandTarget cmdTarget = (NativeMethods.IOleCommandTarget)
AxIWebBrowser2
;
1254
AxIWebBrowser2
.Navigate2(ref sourceString, ref flags, ref targetFrameName, ref postData, ref headers);