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