22 writes to HScroll
DesignSurface (1)
MainForm.MyUserControl.cs (1)
19HScroll = false;
System.Windows.Forms (1)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
1013HScroll = horiz;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1055set => base.HScroll = value;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1472set => base.HScroll = value;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
441set => base.HScroll = value;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
946set => base.HScroll = value;
System\Windows\Forms\DomainUpDownTests.cs (1)
1511set => base.HScroll = value;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
477set => base.HScroll = value;
System\Windows\Forms\FormTests.cs (1)
2751set => base.HScroll = value;
System\Windows\Forms\MenuStripTests.cs (1)
903set => base.HScroll = value;
System\Windows\Forms\PanelTests.cs (1)
1199set => base.HScroll = value;
System\Windows\Forms\PropertyGridTests.cs (1)
4190set => base.HScroll = value;
System\Windows\Forms\ScrollableControlTests.cs (1)
2617set => base.HScroll = value;
System\Windows\Forms\StatusStripTests.cs (1)
1325set => base.HScroll = value;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2216set => base.HScroll = value;
System\Windows\Forms\TabPageTests.cs (1)
5280set => base.HScroll = value;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2061set => base.HScroll = value;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5143set => base.HScroll = value;
System\Windows\Forms\ToolStripPanelTests.cs (1)
414set => base.HScroll = value;
System\Windows\Forms\ToolStripTests.cs (1)
7579set => base.HScroll = value;
System\Windows\Forms\UpDownBaseTests.cs (1)
3144set => base.HScroll = value;
System\Windows\Forms\UserControlTests.cs (1)
1852set => 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)) 314if (HScroll) 535if (HScroll || VScroll) 630else if (HScroll) 666if ((HScroll || VScroll) && 834&& (HScroll || VScroll) 981if ((!horiz && HScroll) 982|| (horiz && !HScroll) 992if (horiz && !HScroll && (RightToLeft == RightToLeft.Yes)) 1071if (!HScroll) 1154if (HScroll)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1054get => base.HScroll;
System.Windows.Forms.Tests (19)
System\Windows\Forms\ContainerControlTests.cs (1)
1471get => base.HScroll;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
440get => base.HScroll;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
945get => base.HScroll;
System\Windows\Forms\DomainUpDownTests.cs (1)
1510get => base.HScroll;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
476get => base.HScroll;
System\Windows\Forms\FormTests.cs (1)
2750get => base.HScroll;
System\Windows\Forms\MenuStripTests.cs (1)
902get => base.HScroll;
System\Windows\Forms\PanelTests.cs (1)
1198get => base.HScroll;
System\Windows\Forms\PropertyGridTests.cs (1)
4189get => base.HScroll;
System\Windows\Forms\ScrollableControlTests.cs (1)
2616get => base.HScroll;
System\Windows\Forms\StatusStripTests.cs (1)
1324get => base.HScroll;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2215get => base.HScroll;
System\Windows\Forms\TabPageTests.cs (1)
5279get => base.HScroll;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2060get => base.HScroll;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5142get => base.HScroll;
System\Windows\Forms\ToolStripPanelTests.cs (1)
413get => base.HScroll;
System\Windows\Forms\ToolStripTests.cs (1)
7578get => base.HScroll;
System\Windows\Forms\UpDownBaseTests.cs (1)
3143get => base.HScroll;
System\Windows\Forms\UserControlTests.cs (1)
1851get => base.HScroll;