13 references to Scroll
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
465
_horizScrollBar.
Scroll
+= DataGridViewHScrolled;
472
_vertScrollBar.
Scroll
+= DataGridViewVScrolled;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
470
_scrollBar.
Scroll
+= OnScroll;
System\Windows\Forms\Scrolling\ScrollBar.cs (1)
15
[DefaultEvent(nameof(
Scroll
))]
System\Windows\Forms\Scrolling\ScrollEventArgs.cs (1)
7
/// Provides data for the <see cref="ScrollBar.
Scroll
"/>
System\Windows\Forms\Scrolling\ScrollEventType.cs (1)
7
/// Specifies the type of action used to raise the <see cref="ScrollBar.
Scroll
"/> event.
System\Windows\Forms\Scrolling\ScrollOrientation.cs (1)
7
/// Provides data for the <see cref="ScrollBar.
Scroll
"/>
System.Windows.Forms.Tests (4)
System\Windows\Forms\ScrollBarTests.cs (4)
2489
control.
Scroll
+= handler;
2540
control.
Scroll
+= handler;
2545
control.
Scroll
-= handler;
2844
control.
Scroll
+= handler;
WinFormsControlsTest (2)
ScrollBars.Designer.cs (2)
55
this.hScrollBar.
Scroll
+= this.hScrollBar_Scroll;
63
this.vScrollBar.
Scroll
+= this.vScrollBar_Scroll;