1 write to nameTextBox
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
57this.nameTextBox = new System.Windows.Forms.TextBox();
11 references to nameTextBox
System.Workflow.Activities (11)
Rules\Design\Dialogs\RuleSetDialog.cs (7)
147this.nameTextBox.Enabled = true; 155this.nameTextBox.Text = rule.Name; 200this.nameTextBox.Text = string.Empty; 208this.nameTextBox.Enabled = false; 340if (this.nameTextBox.Text != rule.Name) 342string ruleName = this.nameTextBox.Text; 350this.nameTextBox.Text = ruleName;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (4)
203this.ruleGroupBox.Controls.Add(this.nameTextBox); 259resources.ApplyResources(this.nameTextBox, "nameTextBox"); 260this.nameTextBox.Name = "nameTextBox"; 261this.nameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.nameTextBox_Validating);