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