4 references to Spinning
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NumericUpDown.cs (4)
465if( this.Spinning){ 494if (base.InterceptArrowKeys && (e.KeyCode == Keys.Up || e.KeyCode == Keys.Down) && !this.Spinning) { 628if(this.Spinning && this.accelerationsCurrentIndex < (this.accelerations.Count - 1)) { // if index not the last entry ... 738if( this.Spinning){