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