22 references to ScrollStateFullDrag
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
1243
SetScrollState(
ScrollStateFullDrag
, SystemInformation.DragFullWindows);
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)
1010
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ContainerControlTests.cs (1)
1411
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
380
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
879
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1464
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
432
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\FormTests.cs (1)
2690
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\MenuStripTests.cs (1)
846
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\PanelTests.cs (1)
1154
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\PropertyGridTests.cs (1)
4141
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2572
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\StatusStripTests.cs (1)
1272
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2171
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\TabPageTests.cs (1)
5227
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2016
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5090
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\ToolStripTests.cs (1)
7487
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3097
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;
System\Windows\Forms\UserControlTests.cs (1)
1795
public new const int ScrollStateFullDrag = ScrollableControl.
ScrollStateFullDrag
;