5 references to SmallChange
PresentationFramework (5)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
139return ((RangeBase)Owner).SmallChange;
System\Windows\Controls\Primitives\ScrollBar.cs (2)
555double newValue = Math.Max(Value - SmallChange, Minimum); 564double newValue = Math.Min(Value + SmallChange, Maximum);
System\Windows\Controls\Slider.cs (2)
1394MoveToNextTick(this.SmallChange); 1402MoveToNextTick(-this.SmallChange);