1 write to themePanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
140
this.
themePanel
= new System.Windows.Forms.Panel();
21 references to themePanel
System.Workflow.ComponentModel (21)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (21)
149
this.
themePanel
.SuspendLayout();
226
this.
themePanel
.Controls.Add(this.themeConfigPanel);
227
this.
themePanel
.Controls.Add(this.previewLabel);
228
this.
themePanel
.Controls.Add(this.selectDesignerLabel);
229
this.
themePanel
.Controls.Add(this.dummyPreviewPanel);
230
resources.ApplyResources(this.
themePanel
, "themePanel");
231
this.
themePanel
.Margin = new System.Windows.Forms.Padding(4);
232
this.
themePanel
.Name = "themePanel";
288
this.Controls.Add(this.
themePanel
);
299
this.
themePanel
.ResumeLayout(false);
392
this.
themePanel
.Paint += new PaintEventHandler(OnThemePanelPaint);
545
e.Graphics.DrawRectangle(SystemPens.ControlDark, 0, 0, this.
themePanel
.ClientSize.Width - 1, this.
themePanel
.ClientSize.Height - 2);
549
Point top = new Point(this.propertiesGrid.Right + (this.dummyPreviewPanel.Left - this.propertiesGrid.Right) / 2, this.
themePanel
.Margin.Top);
550
Point bottom = new Point(top.X, this.
themePanel
.Height - this.
themePanel
.Margin.Bottom);
618
this.
themePanel
.Width = this.designerPreview.Right + ((this.designerPreview.Left - this.propertiesGrid.Right) / 2);
623
this.
themePanel
.Width = this.themeConfigPanel.Right + this.themeConfigPanel.Left;
626
Width = this.
themePanel
.Right + this.
themePanel
.Left + Margin.Left + Margin.Right;
627
this.
themePanel
.Invalidate();