8 references to Scroll
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGrid.cs (2)
343horizScrollBar.Scroll += new ScrollEventHandler(GridHScrolled); 349vertScrollBar.Scroll += new ScrollEventHandler(GridVScrolled);
winforms\Managed\System\WinForms\DataGridView.cs (2)
507this.horizScrollBar.Scroll += new ScrollEventHandler(DataGridViewHScrolled); 514this.vertScrollBar.Scroll += new ScrollEventHandler(DataGridViewVScrolled);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
571scrollBar.Scroll += new ScrollEventHandler(this.OnScroll);
winforms\Managed\System\WinForms\ScrollEvent.cs (1)
18/// <para>Provides data for the <see cref='System.Windows.Forms.ScrollBar.Scroll'/>
winforms\Managed\System\WinForms\ScrollEventType.cs (1)
21/// Specifies the type of action used to raise the <see cref='System.Windows.Forms.ScrollBar.Scroll'/> event.
winforms\Managed\System\WinForms\ScrollOrientation.cs (1)
11/// <para>Provides data for the <see cref='System.Windows.Forms.ScrollBar.Scroll'/>