Home
last modified time | relevance | path

Searched refs:themeNameTextBox (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DThemeConfigurationDialog.cs33 private System.Windows.Forms.TextBox themeNameTextBox; field in System.Workflow.ComponentModel.Design.ThemeConfigurationDialog
133 this.themeNameTextBox = new System.Windows.Forms.TextBox(); in InitializeComponent()
173 resources.ApplyResources(this.themeNameTextBox, "themeNameTextBox"); in InitializeComponent()
174 this.nameLocationTableLayoutPanel.SetColumnSpan(this.themeNameTextBox, 2); in InitializeComponent()
176 this.themeNameTextBox.Name = "themeNameTextBox"; in InitializeComponent()
361 this.themeNameTextBox.Text = this.bufferedTheme.Name; in InitializeControls()
398 this.themeNameTextBox.TextChanged += new EventHandler(OnThemeChanged); in InitializeControls()
422 if (this.themeNameTextBox.Text == null || this.themeNameTextBox.Text.Trim().Length == 0) in ValidateControls()
425 control = this.themeNameTextBox; in ValidateControls()
432 control = this.themeNameTextBox; in ValidateControls()
[all …]