2 references to SB_CTL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollBar.cs (2)
810
UnsafeNativeMethods.SetScrollInfo(new HandleRef(this, Handle), NativeMethods.
SB_CTL
, si, true);
895
SafeNativeMethods.GetScrollInfo(new HandleRef(this, Handle), NativeMethods.
SB_CTL
, si);