5 references to GetScrollInfo
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
7493if (PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.SB_HORZ, ref si))
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2204if (PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.SB_HORZ, ref si))
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2741if (PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.SB_HORZ, ref si))
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
904PInvoke.GetScrollInfo(this, fnBar, ref si);
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
699PInvoke.GetScrollInfo(this, SCROLLBAR_CONSTANTS.SB_CTL, ref si);