7 references to GoBack
System.Windows.Forms.Tests (7)
System\Windows\Forms\WebBrowserTests.cs (7)
2853
Assert.False(control.
GoBack
());
2874
Assert.False(control.
GoBack
());
2938
await Task.Run(() => Assert.True(control.
GoBack
()));
2947
await Task.Run(() => Assert.True(control.
GoBack
()));
2955
Assert.False(control.
GoBack
());
2971
Assert.False(control.
GoBack
());
3053
await Task.Run(() => Assert.True(control.
GoBack
()));