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