1 write to marginsRightInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
266this.marginsRightInput = new System.Windows.Forms.NumericUpDown();
11 references to marginsRightInput
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (11)
329((System.ComponentModel.ISupportInitialize)(this.marginsRightInput)).BeginInit(); 406this.marginsTableLayoutPanel.Controls.Add(this.marginsRightInput, 3, 1); 418resources.ApplyResources(this.marginsRightInput, "marginsRightInput"); 419this.marginsRightInput.DecimalPlaces = 2; 420this.marginsRightInput.Increment = new decimal(new int[] { 425this.marginsRightInput.Name = "marginsRightInput"; 426this.marginsRightInput.Value = new decimal(new int[] { 431this.marginsRightInput.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating); 920((System.ComponentModel.ISupportInitialize)(this.marginsRightInput)).EndInit(); 1215this.marginsRightInput.Value = PrinterUnitToUIUnit(margins.Right); 1224UIUnitToPrinterUnit(this.marginsRightInput.Value),