13 references to ScrollEventType
PresentationFramework (13)
System\Windows\Controls\Primitives\ScrollBar.cs (10)
365
RaiseScrollEvent(
ScrollEventType
.ThumbTrack);
391
RaiseScrollEvent(
ScrollEventType
.EndScroll);
474
RaiseScrollEvent(
ScrollEventType
.ThumbPosition);
479
internal void RaiseScrollEvent(
ScrollEventType
scrollEventType)
559
RaiseScrollEvent(
ScrollEventType
.SmallDecrement);
568
RaiseScrollEvent(
ScrollEventType
.SmallIncrement);
577
RaiseScrollEvent(
ScrollEventType
.LargeDecrement);
586
RaiseScrollEvent(
ScrollEventType
.LargeIncrement);
594
RaiseScrollEvent(
ScrollEventType
.First);
602
RaiseScrollEvent(
ScrollEventType
.Last);
System\Windows\Controls\Primitives\ScrollEventArgs.cs (3)
23
public ScrollEventArgs(
ScrollEventType
scrollEventType, double newValue) : base()
33
public
ScrollEventType
ScrollEventType
62
private
ScrollEventType
_scrollEventType;