1 write to marginsLeftInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
273
this.
marginsLeftInput
= new System.Windows.Forms.NumericUpDown();
11 references to marginsLeftInput
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (11)
332
((System.ComponentModel.ISupportInitialize)(this.
marginsLeftInput
)).BeginInit();
413
this.marginsTableLayoutPanel.Controls.Add(this.
marginsLeftInput
, 1, 1);
489
resources.ApplyResources(this.
marginsLeftInput
, "marginsLeftInput");
490
this.
marginsLeftInput
.DecimalPlaces = 2;
491
this.
marginsLeftInput
.Increment = new decimal(new int[] {
496
this.
marginsLeftInput
.Name = "marginsLeftInput";
497
this.
marginsLeftInput
.Value = new decimal(new int[] {
502
this.
marginsLeftInput
.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating);
923
((System.ComponentModel.ISupportInitialize)(this.
marginsLeftInput
)).EndInit();
1214
this.
marginsLeftInput
.Value = PrinterUnitToUIUnit(margins.Left);
1223
UIUnitToPrinterUnit(this.
marginsLeftInput
.Value),