5 references to LargeChange
PresentationFramework (5)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
130
return ((RangeBase)Owner).
LargeChange
;
System\Windows\Controls\Primitives\ScrollBar.cs (2)
573
double newValue = Math.Max(Value -
LargeChange
, Minimum);
582
double newValue = Math.Min(Value +
LargeChange
, Maximum);
System\Windows\Controls\Slider.cs (2)
1378
MoveToNextTick(this.
LargeChange
);
1386
MoveToNextTick(-this.
LargeChange
);