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