1 write to themeNameLabel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
131this.themeNameLabel = new System.Windows.Forms.Label();
4 references to themeNameLabel
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (4)
161resources.ApplyResources(this.themeNameLabel, "themeNameLabel"); 162this.themeNameLabel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 3); 163this.themeNameLabel.Name = "themeNameLabel"; 184this.nameLocationTableLayoutPanel.Controls.Add(this.themeNameLabel, 0, 0);