5 references to VLastPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
3042
Assert.True(
VLastPageButton
(vScrollBar).Bounds.Width > 0);
3043
Assert.True(
VLastPageButton
(vScrollBar).Bounds.Height > 0);
3056
Assert.True(
VLastPageButton
(vScrollBar).Bounds.Width == 0 ||
VLastPageButton
(vScrollBar).Bounds.Height == 0);
3073
Assert.Equal(accessibleState,
VLastPageButton
(vScrollBar).State);