7 instantiations of SCROLLINFO
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
8090
SCROLLINFO si =
new
()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2198
SCROLLINFO si =
new
()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2951
SCROLLINFO si =
new
()
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
898
SCROLLINFO si =
new
()
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
597
SCROLLINFO si =
new
()
693
SCROLLINFO si =
new
()
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
263
SCROLLINFO si =
new
()
27 references to SCROLLINFO
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (2)
8090
SCROLLINFO
si = new()
8092
cbSize = (uint)sizeof(
SCROLLINFO
),
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2198
SCROLLINFO
si = new()
2200
cbSize = (uint)sizeof(
SCROLLINFO
),
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2951
SCROLLINFO
si = new()
2953
cbSize = (uint)sizeof(
SCROLLINFO
),
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
898
SCROLLINFO
si = new()
900
cbSize = (uint)sizeof(
SCROLLINFO
),
System\Windows\Forms\Scrolling\ScrollBar.cs (4)
597
SCROLLINFO
si = new()
599
cbSize = (uint)sizeof(
SCROLLINFO
),
693
SCROLLINFO
si = new()
695
cbSize = (uint)sizeof(
SCROLLINFO
),
System\Windows\Forms\Scrolling\ScrollProperties.cs (2)
263
SCROLLINFO
si = new()
265
cbSize = (uint)sizeof(
SCROLLINFO
),
System.Windows.Forms.Primitives (13)
_generated\426\Windows.Win32.PInvoke.USER32.dll.g.cs (9)
1985
/// <inheritdoc cref="GetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
*)"/>
1988
internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, ref winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
lpsi)
1990
fixed (winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsiLocal = &lpsi)
2017
internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsi)
2025
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsi);
3597
/// <inheritdoc cref="SetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
*, winmdroot.Foundation.BOOL)"/>
3600
internal static unsafe int SetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, in winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
lpsi, winmdroot.Foundation.BOOL redraw)
3602
fixed (winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsiLocal = &lpsi)
3632
internal static extern unsafe int SetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsi, winmdroot.Foundation.BOOL redraw);
Windows\Win32\PInvoke.GetScrollInfo.cs (2)
8
/// <inheritdoc cref="GetScrollInfo(HWND, SCROLLBAR_CONSTANTS, ref
SCROLLINFO
)"/>
9
public static BOOL GetScrollInfo<T>(T hwnd, SCROLLBAR_CONSTANTS nBar, ref
SCROLLINFO
lpsi)
Windows\Win32\PInvoke.SetScrollInfo.cs (2)
8
/// <inheritdoc cref="SetScrollInfo(HWND, SCROLLBAR_CONSTANTS, in
SCROLLINFO
, BOOL)"/>
9
public static int SetScrollInfo<T>(T hWnd, SCROLLBAR_CONSTANTS nBar, ref
SCROLLINFO
lpsi, BOOL redraw)