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