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