3 references to Navigate
System.Windows.Forms.Tests (3)
System\Windows\Forms\WebBrowserTests.cs (3)
3464Assert.Throws<ArgumentException>(() => control.Navigate(relativeUri, "targetFrameName", null, null)); 3480Assert.Throws<ObjectDisposedException>(() => control.Navigate(new Uri("http://google.com"), "targetFrameName", null, null)); 3496Assert.Throws<InvalidOperationException>(() => control.Navigate(new Uri("http://google.com"), "targetFrameName", null, null));