1 write to themeLocationTextBox
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
136
this.
themeLocationTextBox
= new System.Windows.Forms.TextBox();
19 references to themeLocationTextBox
System.Workflow.ComponentModel (19)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (19)
188
this.nameLocationTableLayoutPanel.Controls.Add(this.
themeLocationTextBox
, 1, 1);
201
resources.ApplyResources(this.
themeLocationTextBox
, "themeLocationTextBox");
202
this.
themeLocationTextBox
.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
203
this.
themeLocationTextBox
.Name = "themeLocationTextBox";
362
this.
themeLocationTextBox
.Text = this.bufferedTheme.FilePath;
399
this.
themeLocationTextBox
.TextChanged += new EventHandler(OnThemeChanged);
429
if (this.
themeLocationTextBox
.Text == null)
436
string path = this.
themeLocationTextBox
.Text.Trim();
442
control = this.
themeLocationTextBox
;
452
control = this.
themeLocationTextBox
;
459
control = this.
themeLocationTextBox
;
488
if (!this.bufferedTheme.FilePath.Equals(this.
themeLocationTextBox
.Text.Trim(), StringComparison.OrdinalIgnoreCase))
507
this.bufferedTheme.Save(this.
themeLocationTextBox
.Text.Trim());
514
this.
themeLocationTextBox
.SelectionStart = 0;
515
this.
themeLocationTextBox
.SelectionLength = (this.
themeLocationTextBox
.Text != null) ? this.
themeLocationTextBox
.Text.Length : 0;
516
this.
themeLocationTextBox
.Focus();
599
this.
themeLocationTextBox
.Text = fileDialog.FileName;