25 instantiations of SCROLLINFO
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
7487SCROLLINFO si = new()
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2198SCROLLINFO si = new()
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2735SCROLLINFO 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()
System.Windows.Forms.Tests (18)
System\Windows\Forms\ScrollBarTests.cs (18)
433SCROLLINFO si = new() 612SCROLLINFO si = new() 742SCROLLINFO si = new() 757si = new SCROLLINFO 792SCROLLINFO si = new() 807si = new SCROLLINFO 878SCROLLINFO si = new() 900si = new SCROLLINFO 941SCROLLINFO si = new() 964si = new SCROLLINFO 1064SCROLLINFO si = new() 1086si = new SCROLLINFO 1127SCROLLINFO si = new() 1149si = new SCROLLINFO 1609SCROLLINFO si = new() 1631si = new SCROLLINFO 1673SCROLLINFO si = new() 1695si = new SCROLLINFO
55 references to SCROLLINFO
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (2)
7487SCROLLINFO si = new() 7489cbSize = (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)
2735SCROLLINFO si = new() 2737cbSize = (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)
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); 3295 /// <inheritdoc cref="SetScrollInfo(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.SCROLLBAR_CONSTANTS, winmdroot.UI.WindowsAndMessaging.SCROLLINFO*, winmdroot.Foundation.BOOL)"/> 3297 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) 3299 fixed (winmdroot.UI.WindowsAndMessaging.SCROLLINFO* lpsiLocal = &lpsi) 3329 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)
System.Windows.Forms.Tests (28)
System\Windows\Forms\ScrollBarTests.cs (28)
433SCROLLINFO si = new() 435cbSize = (uint)sizeof(SCROLLINFO), 612SCROLLINFO si = new() 614cbSize = (uint)sizeof(SCROLLINFO), 742SCROLLINFO si = new() 744cbSize = (uint)sizeof(SCROLLINFO), 759cbSize = (uint)sizeof(SCROLLINFO), 792SCROLLINFO si = new() 794cbSize = (uint)sizeof(SCROLLINFO), 809cbSize = (uint)sizeof(SCROLLINFO), 878SCROLLINFO si = new() 880cbSize = (uint)sizeof(SCROLLINFO), 902cbSize = (uint)sizeof(SCROLLINFO), 941SCROLLINFO si = new() 943cbSize = (uint)sizeof(SCROLLINFO), 966cbSize = (uint)sizeof(SCROLLINFO), 1064SCROLLINFO si = new() 1066cbSize = (uint)sizeof(SCROLLINFO), 1088cbSize = (uint)sizeof(SCROLLINFO), 1127SCROLLINFO si = new() 1129cbSize = (uint)sizeof(SCROLLINFO), 1151cbSize = (uint)sizeof(SCROLLINFO), 1609SCROLLINFO si = new() 1611cbSize = (uint)sizeof(SCROLLINFO), 1633cbSize = (uint)sizeof(SCROLLINFO), 1673SCROLLINFO si = new() 1675cbSize = (uint)sizeof(SCROLLINFO), 1697cbSize = (uint)sizeof(SCROLLINFO),