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