1 write to headerMarginInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
314
this.
headerMarginInput
= new System.Windows.Forms.NumericUpDown();
12 references to headerMarginInput
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (12)
194
this.
headerMarginInput
.Value = PrinterUnitToUIUnit(this.printDocument.PageSetupData.HeaderMargin);
350
((System.ComponentModel.ISupportInitialize)(this.
headerMarginInput
)).BeginInit();
801
this.headerTableLayoutPanel.Controls.Add(this.
headerMarginInput
, 1, 2);
829
resources.ApplyResources(this.
headerMarginInput
, "headerMarginInput");
830
this.
headerMarginInput
.DecimalPlaces = 2;
831
this.
headerMarginInput
.Increment = new decimal(new int[] {
836
this.
headerMarginInput
.Name = "headerMarginInput";
837
this.
headerMarginInput
.Value = new decimal(new int[] {
842
this.
headerMarginInput
.Validating += new System.ComponentModel.CancelEventHandler(this.headerMarginInput_Validating);
948
((System.ComponentModel.ISupportInitialize)(this.
headerMarginInput
)).EndInit();
988
this.printDocument.PageSetupData.HeaderMargin = UIUnitToPrinterUnit(this.
headerMarginInput
.Value);
1120
this.footerMarginInput.Maximum = this.
headerMarginInput
.Maximum = PrinterUnitToUIUnit(this.landscapeRadioButton.Checked ? paperSize.Width : paperSize.Height);