4 references to SetScrollInfo
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
769UnsafeNativeMethods.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_VERT, info, true); 775UnsafeNativeMethods.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_HORZ, info, true);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
810UnsafeNativeMethods.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_CTL, si, true);
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
321UnsafeNativeMethods.SetScrollInfo(new HandleRef(parent, parent.Handle), Orientation, si, true);