1 write to themeConfigPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
141this.themeConfigPanel = new System.Windows.Forms.Panel();
12 references to themeConfigPanel
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (12)
150this.themeConfigPanel.SuspendLayout(); 226this.themePanel.Controls.Add(this.themeConfigPanel); 236this.themeConfigPanel.Controls.Add(this.designerTreeView); 237this.themeConfigPanel.Controls.Add(this.propertiesGrid); 238resources.ApplyResources(this.themeConfigPanel, "themeConfigPanel"); 239this.themeConfigPanel.Name = "themeConfigPanel"; 300this.themeConfigPanel.ResumeLayout(false); 384this.themeConfigPanel.Controls.Remove(this.designerTreeView); 385this.themeConfigPanel.Controls.Remove(this.propertiesGrid); 390this.themeConfigPanel.Controls.AddRange(new Control[] { this.propertiesGrid, this.splitter, this.designerTreeView }); 623this.themePanel.Width = this.themeConfigPanel.Right + this.themeConfigPanel.Left;