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