5 references to LargeChange
PresentationFramework (5)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
119
return ((RangeBase)Owner).
LargeChange
;
System\Windows\Controls\Primitives\ScrollBar.cs (2)
559
double newValue = Math.Max(Value -
LargeChange
, Minimum);
568
double newValue = Math.Min(Value +
LargeChange
, Maximum);
System\Windows\Controls\Slider.cs (2)
1369
MoveToNextTick(this.
LargeChange
);
1377
MoveToNextTick(-this.
LargeChange
);