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