5 references to ScrollEvent
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
83public event ScrollEventHandler Scroll { add { AddHandler(ScrollEvent, value); } remove { RemoveHandler(ScrollEvent, value); } }
src\Framework\System\Windows\Controls\Primitives\ScrollEventArgs.cs (3)
10/// <seealso cref="ScrollBar.ScrollEvent" /> 23RoutedEvent =ScrollBar.ScrollEvent; 50/// <seealso cref="ScrollBar.ScrollEvent" />