2 overrides of EmptyNameErrorText
System.Workflow.Activities (2)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
161
internal override string
EmptyNameErrorText
{ get { return Messages.ConditionEmptyNameErrorText; } }
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
139
internal override string
EmptyNameErrorText
{ get { return Messages.RuleSetEmptyNameErrorText; } }
1 reference to EmptyNameErrorText
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
74
string errorMessage = parent.
EmptyNameErrorText
;