1 write to Increment
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
586
Increment
= DefaultIncrement;
4 references to Increment
System.Windows.Forms (4)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (4)
393
newValue -=
Increment
;
605
/// Indicates whether the <see cref="
Increment
"/> property should be
610
return !
Increment
.Equals(DefaultIncrement);
682
newValue +=
Increment
;