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