1 write to accelerations
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
120this.accelerations = new NumericUpDownAccelerationCollection();
5 references to accelerations
System.Windows.Forms (5)
winforms\Managed\System\WinForms\NumericUpDown.cs (5)
119if( this.accelerations == null ){ 122return this.accelerations; 288return this.accelerations != null && this.buttonPressedStartTime != InvalidValue; 628if(this.Spinning && this.accelerationsCurrentIndex < (this.accelerations.Count - 1)) { // if index not the last entry ... 632long accelerationInterval = 10000000L * this.accelerations[this.accelerationsCurrentIndex + 1].Seconds; // next entry.