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