13 references to ScrollEventType
PresentationFramework (13)
System\Windows\Controls\Primitives\ScrollBar.cs (10)
348
RaiseScrollEvent(
ScrollEventType
.ThumbTrack);
374
RaiseScrollEvent(
ScrollEventType
.EndScroll);
457
RaiseScrollEvent(
ScrollEventType
.ThumbPosition);
462
internal void RaiseScrollEvent(
ScrollEventType
scrollEventType)
544
RaiseScrollEvent(
ScrollEventType
.SmallDecrement);
553
RaiseScrollEvent(
ScrollEventType
.SmallIncrement);
562
RaiseScrollEvent(
ScrollEventType
.LargeDecrement);
571
RaiseScrollEvent(
ScrollEventType
.LargeIncrement);
579
RaiseScrollEvent(
ScrollEventType
.First);
587
RaiseScrollEvent(
ScrollEventType
.Last);
System\Windows\Controls\Primitives\ScrollEventArgs.cs (3)
18
public ScrollEventArgs(
ScrollEventType
scrollEventType, double newValue) : base()
28
public
ScrollEventType
ScrollEventType
57
private
ScrollEventType
_scrollEventType;