5 references to LargeChange
PresentationFramework (5)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
118return ((RangeBase)Owner).LargeChange;
System\Windows\Controls\Primitives\ScrollBar.cs (2)
558double newValue = Math.Max(Value - LargeChange, Minimum); 567double newValue = Math.Min(Value + LargeChange, Maximum);
System\Windows\Controls\Slider.cs (2)
1350MoveToNextTick(this.LargeChange); 1358MoveToNextTick(-this.LargeChange);