8 references to SCROLLINFO
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (1)
8830NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO();
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
365NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO(); 764NativeMethods.SCROLLINFO info = new NativeMethods.SCROLLINFO();
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
989NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO();
winforms\Managed\System\WinForms\ScrollBar.cs (2)
793NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO(); 893NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO();
winforms\Managed\System\WinForms\ScrollProperties.cs (1)
313NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO();
winforms\Managed\System\WinForms\TreeView.cs (1)
2729NativeMethods.SCROLLINFO si = new NativeMethods.SCROLLINFO();