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