1 write to marginsRightInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
266
this.
marginsRightInput
= new System.Windows.Forms.NumericUpDown();
11 references to marginsRightInput
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (11)
329
((System.ComponentModel.ISupportInitialize)(this.
marginsRightInput
)).BeginInit();
406
this.marginsTableLayoutPanel.Controls.Add(this.
marginsRightInput
, 3, 1);
418
resources.ApplyResources(this.
marginsRightInput
, "marginsRightInput");
419
this.
marginsRightInput
.DecimalPlaces = 2;
420
this.
marginsRightInput
.Increment = new decimal(new int[] {
425
this.
marginsRightInput
.Name = "marginsRightInput";
426
this.
marginsRightInput
.Value = new decimal(new int[] {
431
this.
marginsRightInput
.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating);
920
((System.ComponentModel.ISupportInitialize)(this.
marginsRightInput
)).EndInit();
1215
this.
marginsRightInput
.Value = PrinterUnitToUIUnit(margins.Right);
1224
UIUnitToPrinterUnit(this.
marginsRightInput
.Value),