3 references to Seconds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
632long accelerationInterval = 10000000L * this.accelerations[this.accelerationsCurrentIndex + 1].Seconds; // next entry.
winforms\Managed\System\WinForms\NumericUpDownAccelerationCollection.cs (2)
43if( acceleration.Seconds < this.items[index].Seconds )