25 references to GetScrollState
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
456
if (!
GetScrollState
(ScrollStateUserHasScrolled))
System\Windows\Forms\Scrolling\ScrollableControl.cs (5)
79
get =>
GetScrollState
(ScrollStateAutoScrolling);
236
get =>
GetScrollState
(ScrollStateHScrollVisible);
254
get =>
GetScrollState
(ScrollStateVScrollVisible);
1337
if (
GetScrollState
(ScrollStateFullDrag) || thumbTrack)
1429
if (
GetScrollState
(ScrollStateFullDrag) || loWord != SCROLLBAR_COMMAND.SB_THUMBTRACK)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1076
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1483
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
452
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
981
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\DomainUpDownTests.cs (1)
1546
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
498
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\FormTests.cs (1)
2762
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\MenuStripTests.cs (1)
934
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\PanelTests.cs (1)
1220
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\PropertyGridTests.cs (1)
4223
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ScrollableControlTests.cs (1)
2640
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\StatusStripTests.cs (1)
1354
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2239
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\TabPageTests.cs (1)
5303
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2082
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5180
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ToolStripTests.cs (1)
7612
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\UpDownBaseTests.cs (1)
3182
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\UserControlTests.cs (1)
1863
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);