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