5 references to VLastPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
3040
Assert.True(
VLastPageButton
(vScrollBar).Bounds.Width > 0);
3041
Assert.True(
VLastPageButton
(vScrollBar).Bounds.Height > 0);
3054
Assert.True(
VLastPageButton
(vScrollBar).Bounds.Width == 0 ||
VLastPageButton
(vScrollBar).Bounds.Height == 0);
3071
Assert.Equal(accessibleState,
VLastPageButton
(vScrollBar).State);