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