7 instantiations of SCROLLINFO
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
8090SCROLLINFO si = new()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2198SCROLLINFO si = new()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2951SCROLLINFO si = new()
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
898SCROLLINFO si = new()
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
597SCROLLINFO si = new() 693SCROLLINFO si = new()
System\Windows\Forms\Scrolling\ScrollProperties.cs (1)
263SCROLLINFO si = new()
27 references to SCROLLINFO
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (2)
8090SCROLLINFO si = new() 8092cbSize = (uint)sizeof(SCROLLINFO),
System\Windows\Forms\Controls\ListView\ListView.cs (2)
2198SCROLLINFO si = new() 2200cbSize = (uint)sizeof(SCROLLINFO),
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
2951SCROLLINFO si = new() 2953cbSize = (uint)sizeof(SCROLLINFO),
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
898SCROLLINFO si = new() 900cbSize = (uint)sizeof(SCROLLINFO),
System\Windows\Forms\Scrolling\ScrollBar.cs (4)
597SCROLLINFO si = new() 599cbSize = (uint)sizeof(SCROLLINFO), 693SCROLLINFO si = new() 695cbSize = (uint)sizeof(SCROLLINFO),
System\Windows\Forms\Scrolling\ScrollProperties.cs (2)
263SCROLLINFO si = new() 265cbSize = (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)"/> 9public 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)"/> 9public static int SetScrollInfo<T>(T hWnd, SCROLLBAR_CONSTANTS nBar, ref SCROLLINFO lpsi, BOOL redraw)