5 references to LargeChange
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
128
return ((RangeBase)Owner).
LargeChange
;
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
578
double newValue = Math.Max(Value -
LargeChange
, Minimum);
587
double newValue = Math.Min(Value +
LargeChange
, Maximum);
src\Framework\System\Windows\Controls\Slider.cs (2)
1300
MoveToNextTick(this.
LargeChange
);
1308
MoveToNextTick(-this.
LargeChange
);