25 references to GetScrollState
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
455
if (!
GetScrollState
(ScrollStateUserHasScrolled))
System\Windows\Forms\Scrolling\ScrollableControl.cs (5)
79
get =>
GetScrollState
(ScrollStateAutoScrolling);
236
get =>
GetScrollState
(ScrollStateHScrollVisible);
254
get =>
GetScrollState
(ScrollStateVScrollVisible);
1331
if (
GetScrollState
(ScrollStateFullDrag) || thumbTrack)
1423
if (
GetScrollState
(ScrollStateFullDrag) || loWord != SCROLLBAR_COMMAND.SB_THUMBTRACK)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1078
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1485
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
454
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
983
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\DomainUpDownTests.cs (1)
1548
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
500
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\FormTests.cs (1)
2764
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\MenuStripTests.cs (1)
936
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\PanelTests.cs (1)
1222
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\PropertyGridTests.cs (1)
4259
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ScrollableControlTests.cs (1)
2642
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\StatusStripTests.cs (1)
1356
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2241
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\TabPageTests.cs (1)
5305
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2084
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5182
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\ToolStripTests.cs (1)
7583
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\UpDownBaseTests.cs (1)
3184
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);
System\Windows\Forms\UserControlTests.cs (1)
1865
public new bool GetScrollState(int bit) => base.
GetScrollState
(bit);