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