12 references to AxIWebBrowser2
PresentationFramework (12)
MS\Internal\Controls\WebBrowserEvent.cs (3)
70if (_parent.AxIWebBrowser2 == axIWebBrowser2) 171if (_parent.AxIWebBrowser2 == axIWebBrowser2 && !ShouldIgnoreCompletionEvent(ref url)) 225if (_parent.AxIWebBrowser2 == axIWebBrowser2 && !ShouldIgnoreCompletionEvent(ref url))
System\Windows\Controls\WebBrowser.cs (9)
190AxIWebBrowser2.GoBack(); 200AxIWebBrowser2.GoForward(); 211AxIWebBrowser2.Refresh(); 233AxIWebBrowser2.Refresh2(ref refreshOptionObject); 367string urlString = AxIWebBrowser2.LocationURL; 450return AxIWebBrowser2.Document; 632object objDoc = AxIWebBrowser2.Document; 844NativeMethods.IOleCommandTarget cmdTarget = (NativeMethods.IOleCommandTarget)AxIWebBrowser2; 895AxIWebBrowser2.Navigate2(ref sourceString, ref flags, ref targetFrameName, ref postData, ref headers);