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