1 write to orientationTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
285this.orientationTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
10 references to orientationTableLayoutPanel
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (10)
339this.orientationTableLayoutPanel.SuspendLayout(); 615this.orientationGroup.Controls.Add(this.orientationTableLayoutPanel); 621resources.ApplyResources(this.orientationTableLayoutPanel, "orientationTableLayoutPanel"); 622this.orientationTableLayoutPanel.Controls.Add(this.landscapeRadioButton, 3, 0); 623this.orientationTableLayoutPanel.Controls.Add(this.landscapePicture, 2, 0); 624this.orientationTableLayoutPanel.Controls.Add(this.portraitRadioButton, 1, 0); 625this.orientationTableLayoutPanel.Controls.Add(this.portraitPicture, 0, 0); 626this.orientationTableLayoutPanel.Name = "orientationTableLayoutPanel"; 931this.orientationTableLayoutPanel.ResumeLayout(false); 932this.orientationTableLayoutPanel.PerformLayout();