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