1 instantiation of ScrollEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
486ScrollEventArgs newEvent = new ScrollEventArgs(scrollEventType, Value);
2 references to ScrollEventArgs
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
486ScrollEventArgs newEvent = new ScrollEventArgs(scrollEventType, Value);
src\Framework\System\Windows\Controls\Primitives\ScrollEventArgs.cs (1)
68public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);