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