5 references to HFirstPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
2941Assert.True(HFirstPageButton(hScrollBar).Bounds.Width > 0); 2942Assert.True(HFirstPageButton(hScrollBar).Bounds.Height > 0); 2955Assert.True(HFirstPageButton(hScrollBar).Bounds.Width == 0 || HFirstPageButton(hScrollBar).Bounds.Height == 0); 2972Assert.Equal(accessibleState, HFirstPageButton(hScrollBar).State);