1 write to fitToPagesTallInput
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
280
this.
fitToPagesTallInput
= new System.Windows.Forms.NumericUpDown();
11 references to fitToPagesTallInput
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (11)
121
this.
fitToPagesTallInput
.Value = this.printDocument.PageSetupData.PagesTall;
335
((System.ComponentModel.ISupportInitialize)(this.
fitToPagesTallInput
)).BeginInit();
518
this.scalingTableLayoutPanel.Controls.Add(this.
fitToPagesTallInput
, 1, 2);
546
resources.ApplyResources(this.
fitToPagesTallInput
, "fitToPagesTallInput");
547
this.
fitToPagesTallInput
.Maximum = new decimal(new int[] {
552
this.
fitToPagesTallInput
.Minimum = new decimal(new int[] {
557
this.
fitToPagesTallInput
.Name = "fitToPagesTallInput";
558
this.
fitToPagesTallInput
.Value = new decimal(new int[] {
563
this.
fitToPagesTallInput
.ValueChanged += new System.EventHandler(this.fitToInputs_ValueChanged);
927
((System.ComponentModel.ISupportInitialize)(this.
fitToPagesTallInput
)).EndInit();
968
this.printDocument.PageSetupData.PagesTall = (int)this.
fitToPagesTallInput
.Value;