7 instantiations of SCROLLINFO
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
7482
SCROLLINFO si =
new
()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2198
SCROLLINFO si =
new
()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2735
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)
7482
SCROLLINFO
si = new()
7484
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)
2735
SCROLLINFO
si = new()
2737
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\425\Windows.Win32.PInvoke.USER32.dll.g.cs (9)
1790
/// <inheritdoc cref="GetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
*)"/>
1792
internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, ref winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
lpsi)
1794
fixed (winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsiLocal = &lpsi)
1821
internal static unsafe winmdroot.Foundation.BOOL GetScrollInfo(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsi)
1829
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HWND hwnd, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS nBar, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsi);
3310
/// <inheritdoc cref="SetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
*, winmdroot.Foundation.BOOL)"/>
3312
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)
3314
fixed (winmdroot.UI.WindowsAndMessaging.
SCROLLINFO
* lpsiLocal = &lpsi)
3344
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)