7 writes to Increment
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NumericUpDown.cs (1)
644Increment = DefaultIncrement;
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (6)
420this.marginsRightInput.Increment = new decimal(new int[] { 437this.marginsBottomInput.Increment = new decimal(new int[] { 474this.marginsTopInput.Increment = new decimal(new int[] { 491this.marginsLeftInput.Increment = new decimal(new int[] { 745this.footerMarginInput.Increment = new decimal(new int[] { 831this.headerMarginInput.Increment = new decimal(new int[] {
4 references to Increment
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NumericUpDown.cs (4)
461newValue -= this.Increment; 660/// <para>Indicates whether the <see cref='System.Windows.Forms.NumericUpDown.Increment'/> property should be 664return !Increment.Equals(NumericUpDown.DefaultIncrement); 734newValue += this.Increment;