21 references to ScrollStateHScrollVisible
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
236
get => GetScrollState(
ScrollStateHScrollVisible
);
237
set => SetScrollState(
ScrollStateHScrollVisible
, value);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1002
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1403
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
372
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
871
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1456
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
424
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\FormTests.cs (1)
2682
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\MenuStripTests.cs (1)
838
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\PanelTests.cs (1)
1146
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\PropertyGridTests.cs (1)
4133
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2564
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\StatusStripTests.cs (1)
1264
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2163
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\TabPageTests.cs (1)
5219
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2008
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5082
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\ToolStripTests.cs (1)
7510
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3089
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;
System\Windows\Forms\UserControlTests.cs (1)
1787
public new const int ScrollStateHScrollVisible = ScrollableControl.
ScrollStateHScrollVisible
;