22 writes to VScroll
DesignSurface (1)
MainForm.MyUserControl.cs (1)
17VScroll = false;
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1014VScroll = vert;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1071set => base.VScroll = value;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1478set => base.VScroll = value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
447set => base.VScroll = value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
970set => base.VScroll = value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1539set => base.VScroll = value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
493set => base.VScroll = value;
System\Windows\Forms\FormTests.cs (1)
2757set => base.VScroll = value;
System\Windows\Forms\MenuStripTests.cs (1)
921set => base.VScroll = value;
System\Windows\Forms\PanelTests.cs (1)
1215set => base.VScroll = value;
System\Windows\Forms\PropertyGridTests.cs (1)
4218set => base.VScroll = value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2633set => base.VScroll = value;
System\Windows\Forms\StatusStripTests.cs (1)
1343set => base.VScroll = value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2232set => base.VScroll = value;
System\Windows\Forms\TabPageTests.cs (1)
5296set => base.VScroll = value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2077set => base.VScroll = value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5163set => base.VScroll = value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
420set => base.VScroll = value;
System\Windows\Forms\ToolStripTests.cs (1)
7597set => base.VScroll = value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3172set => base.VScroll = value;
System\Windows\Forms\UserControlTests.cs (1)
1858set => base.VScroll = value;
37 references to VScroll
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (4)
3199bool vscr = VScroll; 5517bool hadHScroll = HScroll, hadVScroll = VScroll; 5524if (VScroll != hadVScroll) 5526if (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)) 323if (VScroll) 535if (HScroll || VScroll) 614if (VScroll) 666if ((HScroll || VScroll) && 834&& (HScroll || VScroll) 983|| (!vert && VScroll) 984|| (vert && !VScroll)) 1076if (!VScroll) 1184if (VScroll)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1070get => base.VScroll;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1477get => base.VScroll;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
446get => base.VScroll;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
969get => base.VScroll;
System\Windows\Forms\DomainUpDownTests.cs (1)
1538get => base.VScroll;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
492get => base.VScroll;
System\Windows\Forms\FormTests.cs (1)
2756get => base.VScroll;
System\Windows\Forms\MenuStripTests.cs (1)
920get => base.VScroll;
System\Windows\Forms\PanelTests.cs (1)
1214get => base.VScroll;
System\Windows\Forms\PropertyGridTests.cs (1)
4217get => base.VScroll;
System\Windows\Forms\ScrollableControlTests.cs (1)
2632get => base.VScroll;
System\Windows\Forms\StatusStripTests.cs (1)
1342get => base.VScroll;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2231get => base.VScroll;
System\Windows\Forms\TabPageTests.cs (1)
5295get => base.VScroll;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2076get => base.VScroll;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5162get => base.VScroll;
System\Windows\Forms\ToolStripPanelTests.cs (1)
419get => base.VScroll;
System\Windows\Forms\ToolStripTests.cs (1)
7596get => base.VScroll;
System\Windows\Forms\UpDownBaseTests.cs (1)
3171get => base.VScroll;
System\Windows\Forms\UserControlTests.cs (1)
1857get => base.VScroll;