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