13 references to ScrollEventType
PresentationFramework (13)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (10)
370RaiseScrollEvent(ScrollEventType.ThumbTrack); 396RaiseScrollEvent(ScrollEventType.EndScroll); 479RaiseScrollEvent(ScrollEventType.ThumbPosition); 484internal void RaiseScrollEvent(ScrollEventType scrollEventType) 564RaiseScrollEvent(ScrollEventType.SmallDecrement); 573RaiseScrollEvent(ScrollEventType.SmallIncrement); 582RaiseScrollEvent(ScrollEventType.LargeDecrement); 591RaiseScrollEvent(ScrollEventType.LargeIncrement); 599RaiseScrollEvent(ScrollEventType.First); 607RaiseScrollEvent(ScrollEventType.Last);
src\Framework\System\Windows\Controls\Primitives\ScrollEventArgs.cs (3)
19public ScrollEventArgs(ScrollEventType scrollEventType, double newValue) : base() 29public ScrollEventType ScrollEventType 58private ScrollEventType _scrollEventType;