13 references to ScrollEventType
PresentationFramework (13)
System\Windows\Controls\Primitives\ScrollBar.cs (10)
349
RaiseScrollEvent(
ScrollEventType
.ThumbTrack);
375
RaiseScrollEvent(
ScrollEventType
.EndScroll);
458
RaiseScrollEvent(
ScrollEventType
.ThumbPosition);
463
internal void RaiseScrollEvent(
ScrollEventType
scrollEventType)
545
RaiseScrollEvent(
ScrollEventType
.SmallDecrement);
554
RaiseScrollEvent(
ScrollEventType
.SmallIncrement);
563
RaiseScrollEvent(
ScrollEventType
.LargeDecrement);
572
RaiseScrollEvent(
ScrollEventType
.LargeIncrement);
580
RaiseScrollEvent(
ScrollEventType
.First);
588
RaiseScrollEvent(
ScrollEventType
.Last);
System\Windows\Controls\Primitives\ScrollEventArgs.cs (3)
19
public ScrollEventArgs(
ScrollEventType
scrollEventType, double newValue) : base()
29
public
ScrollEventType
ScrollEventType
58
private
ScrollEventType
_scrollEventType;