2 writes to _accelerationsCurrentIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
573
_accelerationsCurrentIndex
++;
644
_accelerationsCurrentIndex
= InvalidValue;
4 references to _accelerationsCurrentIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
147
if (
_accelerationsCurrentIndex
!= InvalidValue)
149
return Accelerations[
_accelerationsCurrentIndex
].Increment;
561
if (Spinning &&
_accelerationsCurrentIndex
< (_accelerations.Count - 1))
567
long accelerationInterval = 10000000L * _accelerations[
_accelerationsCurrentIndex
+ 1].Seconds; // next entry.