7 references to SB_THUMBPOSITION
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
8835SendMessage(NativeMethods.WM_HSCROLL, NativeMethods.Util.MAKELPARAM(NativeMethods.SB_THUMBPOSITION, si.nPos), 0);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
363case NativeMethods.SB_THUMBPOSITION:
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3745if (loWord == NativeMethods.SB_THUMBPOSITION) 3758if (loWord == NativeMethods.SB_THUMBPOSITION)
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1323case NativeMethods.SB_THUMBPOSITION: 1400case NativeMethods.SB_THUMBPOSITION:
winforms\Managed\System\WinForms\ScrollEventType.cs (1)
81ThumbPosition = NativeMethods.SB_THUMBPOSITION,