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)
557
double newValue = Math.Max(Value -
LargeChange
, Minimum);
566
double newValue = Math.Min(Value +
LargeChange
, Maximum);
System\Windows\Controls\Slider.cs (2)
1367
MoveToNextTick(this.
LargeChange
);
1375
MoveToNextTick(-this.
LargeChange
);