2 overrides of NewNameLabelText
System.Workflow.Activities (2)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
163internal override string NewNameLabelText { get { return Messages.ConditionNewNameLableText; } }
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
141internal override string NewNameLabelText { get { return Messages.RuleSetNewNameLableText; } }
1 reference to NewNameLabelText
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
43this.newNamelabel.Text = parent.NewNameLabelText;