2 references to SetScrollPos
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
756
UnsafeNativeMethods.
SetScrollPos
(new HandleRef(this, Handle), NativeMethods.SB_HORZ, position.X, true);
757
UnsafeNativeMethods.
SetScrollPos
(new HandleRef(this, Handle), NativeMethods.SB_VERT, position.Y, true);