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