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