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