21 references to ScrollStateVScrollVisible
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
254
get => GetScrollState(
ScrollStateVScrollVisible
);
255
set => SetScrollState(
ScrollStateVScrollVisible
, value);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1004
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1405
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
374
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
873
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1458
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
426
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\FormTests.cs (1)
2684
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\MenuStripTests.cs (1)
840
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\PanelTests.cs (1)
1148
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\PropertyGridTests.cs (1)
4135
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2566
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\StatusStripTests.cs (1)
1266
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2165
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\TabPageTests.cs (1)
5221
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2010
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5084
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\ToolStripTests.cs (1)
7512
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3091
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;
System\Windows\Forms\UserControlTests.cs (1)
1789
public new const int ScrollStateVScrollVisible = ScrollableControl.
ScrollStateVScrollVisible
;