5 references to SB_VERT
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (3)
368int direction = horizontal ? NativeMethods.SB_HORZ : NativeMethods.SB_VERT; 757UnsafeNativeMethods.SetScrollPos(new HandleRef(this, Handle), NativeMethods.SB_VERT, position.Y, true); 769UnsafeNativeMethods.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_VERT, info, true);
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
1325pos = ScrollThumbPosition(NativeMethods.SB_VERT);
winforms\Managed\System\WinForms\VScrollProperties.cs (1)
38return NativeMethods.SB_VERT;