1 write to marginsBottomInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
267
this.
marginsBottomInput
= new System.Windows.Forms.NumericUpDown();
11 references to marginsBottomInput
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (11)
330
((System.ComponentModel.ISupportInitialize)(this.
marginsBottomInput
)).BeginInit();
407
this.marginsTableLayoutPanel.Controls.Add(this.
marginsBottomInput
, 3, 0);
435
resources.ApplyResources(this.
marginsBottomInput
, "marginsBottomInput");
436
this.
marginsBottomInput
.DecimalPlaces = 2;
437
this.
marginsBottomInput
.Increment = new decimal(new int[] {
442
this.
marginsBottomInput
.Name = "marginsBottomInput";
443
this.
marginsBottomInput
.Value = new decimal(new int[] {
448
this.
marginsBottomInput
.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating);
921
((System.ComponentModel.ISupportInitialize)(this.
marginsBottomInput
)).EndInit();
1217
this.
marginsBottomInput
.Value = PrinterUnitToUIUnit(margins.Bottom);
1226
UIUnitToPrinterUnit(this.
marginsBottomInput
.Value));