2 references to GetScrollInfo
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
8833if (UnsafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_HORZ,si) != false) {
winforms\Managed\System\WinForms\TreeView.cs (1)
2732if (UnsafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.SB_HORZ,si) != false) {