4 references to InvalidValue
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
147
if (_accelerationsCurrentIndex !=
InvalidValue
)
242
return _accelerations is not null && _buttonPressedStartTime !=
InvalidValue
;
644
_accelerationsCurrentIndex =
InvalidValue
;
645
_buttonPressedStartTime =
InvalidValue
;