1 write to marginsTopInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
272this.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(); 412this.marginsTableLayoutPanel.Controls.Add(this.marginsTopInput, 1, 0); 472resources.ApplyResources(this.marginsTopInput, "marginsTopInput"); 473this.marginsTopInput.DecimalPlaces = 2; 474this.marginsTopInput.Increment = new decimal(new int[] { 479this.marginsTopInput.Name = "marginsTopInput"; 480this.marginsTopInput.Value = new decimal(new int[] { 485this.marginsTopInput.Validating += new System.ComponentModel.CancelEventHandler(this.Margins_Validating); 922((System.ComponentModel.ISupportInitialize)(this.marginsTopInput)).EndInit(); 1216this.marginsTopInput.Value = PrinterUnitToUIUnit(margins.Top); 1225UIUnitToPrinterUnit(this.marginsTopInput.Value),