1 write to tabs
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
258this.tabs = new System.Windows.Forms.TabControl();
8 references to tabs
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
323this.tabs.SuspendLayout(); 356resources.ApplyResources(this.tabs, "tabs"); 357this.tabs.Controls.Add(this.pageSettingsTab); 358this.tabs.Controls.Add(this.headerFooterTab); 359this.tabs.Name = "tabs"; 360this.tabs.SelectedIndex = 0; 904this.Controls.Add(this.tabs); 912this.tabs.ResumeLayout(false);