4 references to InvalidValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NumericUpDown.cs (4)
186if (this.accelerationsCurrentIndex != InvalidValue) { 288return this.accelerations != null && this.buttonPressedStartTime != InvalidValue; 700this.accelerationsCurrentIndex = InvalidValue; 701this.buttonPressedStartTime = InvalidValue;