8 references to PerformNavigateHelper
System.Windows.Forms (8)
winforms\Managed\System\WinForms\WebBrowser.cs (8)
638this.PerformNavigateHelper(ReadyNavigateToUrl(value), false, null, null, null); 761PerformNavigateHelper(ReadyNavigateToUrl(urlString), false, null, null, null); 774PerformNavigateHelper(ReadyNavigateToUrl(url), false, targetFrameName, null, null); 791PerformNavigateHelper(ReadyNavigateToUrl(urlString), false, targetFrameName, null, null); 801PerformNavigateHelper(ReadyNavigateToUrl(url), newWindow, null, null, null); 818PerformNavigateHelper(ReadyNavigateToUrl(urlString), newWindow, null, null, null); 829PerformNavigateHelper(ReadyNavigateToUrl(url), false, targetFrameName, postData, additionalHeaders); 846PerformNavigateHelper(ReadyNavigateToUrl(urlString), false, targetFrameName, postData, additionalHeaders);