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