1 write to orientationGroup
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
284
this.
orientationGroup
= new System.Windows.Forms.GroupBox();
7 references to orientationGroup
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
338
this.
orientationGroup
.SuspendLayout();
367
this.pageSettingsTab.Controls.Add(this.
orientationGroup
);
614
resources.ApplyResources(this.
orientationGroup
, "orientationGroup");
615
this.
orientationGroup
.Controls.Add(this.orientationTableLayoutPanel);
616
this.
orientationGroup
.Name = "orientationGroup";
617
this.
orientationGroup
.TabStop = false;
930
this.
orientationGroup
.ResumeLayout(false);