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