2 writes to _accelerationsCurrentIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
577
_accelerationsCurrentIndex
++;
648
_accelerationsCurrentIndex
= InvalidValue;
4 references to _accelerationsCurrentIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
151
if (
_accelerationsCurrentIndex
!= InvalidValue)
153
return Accelerations[
_accelerationsCurrentIndex
].Increment;
565
if (Spinning &&
_accelerationsCurrentIndex
< (_accelerations.Count - 1))
571
long accelerationInterval = 10000000L * _accelerations[
_accelerationsCurrentIndex
+ 1].Seconds; // next entry.