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