5 references to VFirstPageButton
System.Windows.Forms.Tests (5)
System\Windows\Forms\ScrollBarTests.cs (5)
3029
Assert.True(
VFirstPageButton
(vScrollBar).Bounds.Width == 0 ||
VFirstPageButton
(vScrollBar).Bounds.Height == 0);
3086
Assert.True(
VFirstPageButton
(vScrollBar).Bounds.Width > 0);
3087
Assert.True(
VFirstPageButton
(vScrollBar).Bounds.Height > 0);
3104
Assert.Equal(accessibleState,
VFirstPageButton
(vScrollBar).State);