1 write to marginsLeftInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
273this.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(); 413this.marginsTableLayoutPanel.Controls.Add(this.marginsLeftInput, 1, 1); 489resources.ApplyResources(this.marginsLeftInput, "marginsLeftInput"); 490this.marginsLeftInput.DecimalPlaces = 2; 491this.marginsLeftInput.Increment = new decimal(new int[] { 496this.marginsLeftInput.Name = "marginsLeftInput"; 497this.marginsLeftInput.Value = new decimal(new int[] { 502this.marginsLeftInput.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating); 923((System.ComponentModel.ISupportInitialize)(this.marginsLeftInput)).EndInit(); 1214this.marginsLeftInput.Value = PrinterUnitToUIUnit(margins.Left); 1223UIUnitToPrinterUnit(this.marginsLeftInput.Value),