5 references to Scroll
System.Windows.Forms (1)
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
21
[DefaultEvent(nameof(
Scroll
))]
System.Windows.Forms.Tests (3)
TrackBarTests.cs (3)
2735
control.
Scroll
+= handler;
2740
control.
Scroll
-= handler;
3194
control.
Scroll
+= (sender, e) => scrollCallCount++;
WinFormsControlsTest (1)
TrackBars.Designer.cs (1)
65
this.trackBar1.
Scroll
+= this.trackBar1_Scroll;