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