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