1 write to themeNameTextBox
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
133this.themeNameTextBox = new System.Windows.Forms.TextBox();
12 references to themeNameTextBox
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (12)
173resources.ApplyResources(this.themeNameTextBox, "themeNameTextBox"); 174this.nameLocationTableLayoutPanel.SetColumnSpan(this.themeNameTextBox, 2); 175this.themeNameTextBox.Margin = new System.Windows.Forms.Padding(3, 0, 0, 3); 176this.themeNameTextBox.Name = "themeNameTextBox"; 185this.nameLocationTableLayoutPanel.Controls.Add(this.themeNameTextBox, 1, 0); 361this.themeNameTextBox.Text = this.bufferedTheme.Name; 398this.themeNameTextBox.TextChanged += new EventHandler(OnThemeChanged); 422if (this.themeNameTextBox.Text == null || this.themeNameTextBox.Text.Trim().Length == 0) 425control = this.themeNameTextBox; 432control = this.themeNameTextBox; 505this.bufferedTheme.Name = this.themeNameTextBox.Text.Trim();