1 write to newNamelabel
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
33
this.
newNamelabel
= new System.Windows.Forms.Label();
5 references to newNamelabel
System.Workflow.Activities (5)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
43
this.
newNamelabel
.Text = parent.NewNameLabelText;
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (4)
56
resources.ApplyResources(this.
newNamelabel
, "newNamelabel");
57
this.
newNamelabel
.Name = "newNamelabel";
58
this.
newNamelabel
.UseCompatibleTextRendering = true;
79
this.Controls.Add(this.
newNamelabel
);