1 write to marginsTopInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
272
this.
marginsTopInput
= new System.Windows.Forms.NumericUpDown();
11 references to marginsTopInput
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (11)
331
((System.ComponentModel.ISupportInitialize)(this.
marginsTopInput
)).BeginInit();
412
this.marginsTableLayoutPanel.Controls.Add(this.
marginsTopInput
, 1, 0);
472
resources.ApplyResources(this.
marginsTopInput
, "marginsTopInput");
473
this.
marginsTopInput
.DecimalPlaces = 2;
474
this.
marginsTopInput
.Increment = new decimal(new int[] {
479
this.
marginsTopInput
.Name = "marginsTopInput";
480
this.
marginsTopInput
.Value = new decimal(new int[] {
485
this.
marginsTopInput
.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating);
922
((System.ComponentModel.ISupportInitialize)(this.
marginsTopInput
)).EndInit();
1216
this.
marginsTopInput
.Value = PrinterUnitToUIUnit(margins.Top);
1225
UIUnitToPrinterUnit(this.
marginsTopInput
.Value),