22 references to ScrollStateFullDrag
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
1249
SetScrollState(
ScrollStateFullDrag
, SystemInformation.DragFullWindows);
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)
1008
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1409
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
378
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
877
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1462
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
430
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\FormTests.cs (1)
2688
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\MenuStripTests.cs (1)
844
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\PanelTests.cs (1)
1152
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\PropertyGridTests.cs (1)
4139
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2570
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\StatusStripTests.cs (1)
1270
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2169
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\TabPageTests.cs (1)
5225
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2014
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5088
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ToolStripTests.cs (1)
7516
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3095
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\UserControlTests.cs (1)
1793
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;