22 writes to HScroll
DesignSurface (1)
MainForm.MyUserControl.cs (1)
19HScroll = false;
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1007HScroll = horiz;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1057set => base.HScroll = value;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1474set => base.HScroll = value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
443set => base.HScroll = value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
948set => base.HScroll = value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1513set => base.HScroll = value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
479set => base.HScroll = value;
System\Windows\Forms\FormTests.cs (1)
2753set => base.HScroll = value;
System\Windows\Forms\MenuStripTests.cs (1)
905set => base.HScroll = value;
System\Windows\Forms\PanelTests.cs (1)
1201set => base.HScroll = value;
System\Windows\Forms\PropertyGridTests.cs (1)
4192set => base.HScroll = value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2619set => base.HScroll = value;
System\Windows\Forms\StatusStripTests.cs (1)
1327set => base.HScroll = value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2218set => base.HScroll = value;
System\Windows\Forms\TabPageTests.cs (1)
5282set => base.HScroll = value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2063set => base.HScroll = value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5145set => base.HScroll = value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
416set => base.HScroll = value;
System\Windows\Forms\ToolStripTests.cs (1)
7550set => base.HScroll = value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3146set => base.HScroll = value;
System\Windows\Forms\UserControlTests.cs (1)
1854set => base.HScroll = value;
38 references to HScroll
System.Windows.Forms (18)
System\Windows\Forms\Form.cs (4)
3017bool hscr = HScroll; 5286bool hadHScroll = HScroll, hadVScroll = VScroll; 5301if (HScroll != hadHScroll) 5303if (HScroll)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
428if (!HScroll && !VScroll && cellBorderStyle != TableLayoutPanelCellBorderStyle.None)
System\Windows\Forms\Scrolling\ScrollableControl.cs (13)
163if (HScroll || HorizontalScroll.Visible) 199if (HScroll) 284if (!displayScrollbars && (HScroll || VScroll)) 308if (HScroll) 529if (HScroll || VScroll) 624else if (HScroll) 660if ((HScroll || VScroll) && 828&& (HScroll || VScroll) 975if ((!horiz && HScroll) 976|| (horiz && !HScroll) 986if (horiz && !HScroll && (RightToLeft == RightToLeft.Yes)) 1065if (!HScroll) 1148if (HScroll)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1056get => base.HScroll;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1473get => base.HScroll;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
442get => base.HScroll;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
947get => base.HScroll;
System\Windows\Forms\DomainUpDownTests.cs (1)
1512get => base.HScroll;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
478get => base.HScroll;
System\Windows\Forms\FormTests.cs (1)
2752get => base.HScroll;
System\Windows\Forms\MenuStripTests.cs (1)
904get => base.HScroll;
System\Windows\Forms\PanelTests.cs (1)
1200get => base.HScroll;
System\Windows\Forms\PropertyGridTests.cs (1)
4191get => base.HScroll;
System\Windows\Forms\ScrollableControlTests.cs (1)
2618get => base.HScroll;
System\Windows\Forms\StatusStripTests.cs (1)
1326get => base.HScroll;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2217get => base.HScroll;
System\Windows\Forms\TabPageTests.cs (1)
5281get => base.HScroll;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2062get => base.HScroll;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5144get => base.HScroll;
System\Windows\Forms\ToolStripPanelTests.cs (1)
415get => base.HScroll;
System\Windows\Forms\ToolStripTests.cs (1)
7549get => base.HScroll;
System\Windows\Forms\UpDownBaseTests.cs (1)
3145get => base.HScroll;
System\Windows\Forms\UserControlTests.cs (1)
1853get => base.HScroll;