22 writes to VScroll
DesignSurface (1)
MainForm.MyUserControl.cs (1)
17VScroll = false;
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1008VScroll = vert;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1073set => base.VScroll = value;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1480set => base.VScroll = value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
449set => base.VScroll = value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
972set => base.VScroll = value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1541set => base.VScroll = value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
495set => base.VScroll = value;
System\Windows\Forms\FormTests.cs (1)
2759set => base.VScroll = value;
System\Windows\Forms\MenuStripTests.cs (1)
923set => base.VScroll = value;
System\Windows\Forms\PanelTests.cs (1)
1217set => base.VScroll = value;
System\Windows\Forms\PropertyGridTests.cs (1)
4254set => base.VScroll = value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2635set => base.VScroll = value;
System\Windows\Forms\StatusStripTests.cs (1)
1345set => base.VScroll = value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2234set => base.VScroll = value;
System\Windows\Forms\TabPageTests.cs (1)
5298set => base.VScroll = value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2079set => base.VScroll = value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5165set => base.VScroll = value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
422set => base.VScroll = value;
System\Windows\Forms\ToolStripTests.cs (1)
7568set => base.VScroll = value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3174set => base.VScroll = value;
System\Windows\Forms\UserControlTests.cs (1)
1860set => base.VScroll = value;
37 references to VScroll
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (4)
3018bool vscr = VScroll; 5286bool hadHScroll = HScroll, hadVScroll = VScroll; 5293if (VScroll != hadVScroll) 5295if (VScroll)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
428if (!HScroll && !VScroll && cellBorderStyle != TableLayoutPanelCellBorderStyle.None)
System\Windows\Forms\Scrolling\ScrollableControl.cs (12)
172if (VScroll || VerticalScroll.Visible) 204if (VScroll) 284if (!displayScrollbars && (HScroll || VScroll)) 317if (VScroll) 529if (HScroll || VScroll) 608if (VScroll) 660if ((HScroll || VScroll) && 828&& (HScroll || VScroll) 977|| (!vert && VScroll) 978|| (vert && !VScroll)) 1070if (!VScroll) 1178if (VScroll)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1072get => base.VScroll;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1479get => base.VScroll;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
448get => base.VScroll;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
971get => base.VScroll;
System\Windows\Forms\DomainUpDownTests.cs (1)
1540get => base.VScroll;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
494get => base.VScroll;
System\Windows\Forms\FormTests.cs (1)
2758get => base.VScroll;
System\Windows\Forms\MenuStripTests.cs (1)
922get => base.VScroll;
System\Windows\Forms\PanelTests.cs (1)
1216get => base.VScroll;
System\Windows\Forms\PropertyGridTests.cs (1)
4253get => base.VScroll;
System\Windows\Forms\ScrollableControlTests.cs (1)
2634get => base.VScroll;
System\Windows\Forms\StatusStripTests.cs (1)
1344get => base.VScroll;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2233get => base.VScroll;
System\Windows\Forms\TabPageTests.cs (1)
5297get => base.VScroll;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2078get => base.VScroll;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5164get => base.VScroll;
System\Windows\Forms\ToolStripPanelTests.cs (1)
421get => base.VScroll;
System\Windows\Forms\ToolStripTests.cs (1)
7567get => base.VScroll;
System\Windows\Forms\UpDownBaseTests.cs (1)
3173get => base.VScroll;
System\Windows\Forms\UserControlTests.cs (1)
1859get => base.VScroll;