5 references to VFirstPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
3027
Assert.True(
VFirstPageButton
(vScrollBar).Bounds.Width == 0 ||
VFirstPageButton
(vScrollBar).Bounds.Height == 0);
3084
Assert.True(
VFirstPageButton
(vScrollBar).Bounds.Width > 0);
3085
Assert.True(
VFirstPageButton
(vScrollBar).Bounds.Height > 0);
3102
Assert.Equal(accessibleState,
VFirstPageButton
(vScrollBar).State);