4 references to OnScroll
System.Windows.Forms (3)
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
928/// Raises the <see cref="ScrollBar.OnScroll"/> event.
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
465/// changed, either by a <see cref="OnScroll"/> event 721OnScroll(se);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ScrollBarTests.cs (1)
3242public new void OnScroll(ScrollEventArgs se) => base.OnScroll(se);