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