8 references to SB_THUMBTRACK
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
364
case NativeMethods.
SB_THUMBTRACK
:
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3741
if (loWord == NativeMethods.
SB_THUMBTRACK
)
3754
if (loWord == NativeMethods.
SB_THUMBTRACK
)
winforms\Managed\System\WinForms\ScrollableControl.cs (4)
1313
bool thumbTrack = NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.
SB_THUMBTRACK
;
1324
case NativeMethods.
SB_THUMBTRACK
:
1401
case NativeMethods.
SB_THUMBTRACK
:
1443
if (GetScrollState(ScrollStateFullDrag) || NativeMethods.Util.LOWORD(m.WParam) != NativeMethods.
SB_THUMBTRACK
) {
winforms\Managed\System\WinForms\ScrollEventType.cs (1)
91
ThumbTrack = NativeMethods.
SB_THUMBTRACK
,