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