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