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