5 references to LargeChange
PresentationFramework (5)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
130return ((RangeBase)Owner).LargeChange;
System\Windows\Controls\Primitives\ScrollBar.cs (2)
573double newValue = Math.Max(Value - LargeChange, Minimum); 582double newValue = Math.Min(Value + LargeChange, Maximum);
System\Windows\Controls\Slider.cs (2)
1378MoveToNextTick(this.LargeChange); 1386MoveToNextTick(-this.LargeChange);