1 write to Increment
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
580
Increment
= DefaultIncrement;
4 references to Increment
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
387
newValue -=
Increment
;
599
/// Indicates whether the <see cref="
Increment
"/> property should be
604
return !
Increment
.Equals(DefaultIncrement);
676
newValue +=
Increment
;