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