1 write to paperTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
291this.paperTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
10 references to paperTableLayoutPanel
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (10)
343this.paperTableLayoutPanel.SuspendLayout(); 655this.paperSettingsGroup.Controls.Add(this.paperTableLayoutPanel); 661resources.ApplyResources(this.paperTableLayoutPanel, "paperTableLayoutPanel"); 662this.paperTableLayoutPanel.Controls.Add(this.paperSourceComboBox, 1, 1); 663this.paperTableLayoutPanel.Controls.Add(this.paperSizeComboBox, 1, 0); 664this.paperTableLayoutPanel.Controls.Add(this.paperSizeLabel, 0, 0); 665this.paperTableLayoutPanel.Controls.Add(this.paperSourceLabel, 0, 1); 666this.paperTableLayoutPanel.Name = "paperTableLayoutPanel"; 936this.paperTableLayoutPanel.ResumeLayout(false); 937this.paperTableLayoutPanel.PerformLayout();