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