7 references to GoBack
System.Windows.Forms.Tests (7)
System\Windows\Forms\WebBrowserTests.cs (7)
2855
Assert.False(control.
GoBack
());
2876
Assert.False(control.
GoBack
());
2940
await Task.Run(() => Assert.True(control.
GoBack
()));
2949
await Task.Run(() => Assert.True(control.
GoBack
()));
2957
Assert.False(control.
GoBack
());
2973
Assert.False(control.
GoBack
());
3055
await Task.Run(() => Assert.True(control.
GoBack
()));