12 references to AxIWebBrowser2
PresentationFramework (12)
MS\Internal\Controls\WebBrowserEvent.cs (3)
64if (_parent.AxIWebBrowser2 == axIWebBrowser2) 161if (_parent.AxIWebBrowser2 == axIWebBrowser2 && !ShouldIgnoreCompletionEvent(ref url)) 215if (_parent.AxIWebBrowser2 == axIWebBrowser2 && !ShouldIgnoreCompletionEvent(ref url))
System\Windows\Controls\WebBrowser.cs (9)
189AxIWebBrowser2.GoBack(); 199AxIWebBrowser2.GoForward(); 210AxIWebBrowser2.Refresh(); 232AxIWebBrowser2.Refresh2(ref refreshOptionObject); 368string urlString = AxIWebBrowser2.LocationURL; 451return AxIWebBrowser2.Document; 633object objDoc = AxIWebBrowser2.Document; 845NativeMethods.IOleCommandTarget cmdTarget = (NativeMethods.IOleCommandTarget)AxIWebBrowser2; 896AxIWebBrowser2.Navigate2(ref sourceString, ref flags, ref targetFrameName, ref postData, ref headers);