7 references to SB_HORZ
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
8833
if (UnsafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.
SB_HORZ
,si) != false) {
winforms\Managed\System\WinForms\HScrollProperties.cs (1)
41
return NativeMethods.
SB_HORZ
;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
368
int direction = horizontal ? NativeMethods.
SB_HORZ
: NativeMethods.SB_VERT;
756
UnsafeNativeMethods.SetScrollPos(new HandleRef(this, Handle), NativeMethods.
SB_HORZ
, position.X, true);
775
UnsafeNativeMethods.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.
SB_HORZ
, info, true);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1402
pos = ScrollThumbPosition(NativeMethods.
SB_HORZ
);
winforms\Managed\System\WinForms\TreeView.cs (1)
2732
if (UnsafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.
SB_HORZ
,si) != false) {