3 references to GetScrollInfo
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
369if (SafeNativeMethods.GetScrollInfo(new HandleRef(this, m.HWnd), direction, si))
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
991SafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), fnBar, si);
winforms\Managed\System\WinForms\ScrollBar.cs (1)
895SafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_CTL, si);