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