5 references to HFirstPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
2939
Assert.True(
HFirstPageButton
(hScrollBar).Bounds.Width > 0);
2940
Assert.True(
HFirstPageButton
(hScrollBar).Bounds.Height > 0);
2953
Assert.True(
HFirstPageButton
(hScrollBar).Bounds.Width == 0 ||
HFirstPageButton
(hScrollBar).Bounds.Height == 0);
2970
Assert.Equal(accessibleState,
HFirstPageButton
(hScrollBar).State);