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)
147if (_accelerationsCurrentIndex != InvalidValue) 149return Accelerations[_accelerationsCurrentIndex].Increment; 561if (Spinning && _accelerationsCurrentIndex < (_accelerations.Count - 1)) 567long accelerationInterval = 10000000L * _accelerations[_accelerationsCurrentIndex + 1].Seconds; // next entry.