1 write to VScroll
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1006
VScroll
= vert;
17 references to VScroll
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (4)
3078
bool vscr =
VScroll
;
5357
bool hadHScroll = HScroll, hadVScroll =
VScroll
;
5364
if (
VScroll
!= hadVScroll)
5366
if (
VScroll
)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
428
if (!HScroll && !
VScroll
&& cellBorderStyle != TableLayoutPanelCellBorderStyle.None)
System\Windows\Forms\Scrolling\ScrollableControl.cs (12)
170
if (
VScroll
|| VerticalScroll.Visible)
202
if (
VScroll
)
282
if (!displayScrollbars && (HScroll ||
VScroll
))
315
if (
VScroll
)
527
if (HScroll ||
VScroll
)
606
if (
VScroll
)
658
if ((HScroll ||
VScroll
) &&
826
&& (HScroll ||
VScroll
)
975
|| (!vert &&
VScroll
)
976
|| (vert && !
VScroll
))
1068
if (!
VScroll
)
1176
if (
VScroll
)