2 overrides of OnRenameInternal
System.Workflow.Activities (2)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
91protected override string OnRenameInternal(object ruleObject)
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
77protected override string OnRenameInternal(object ruleObject)
1 reference to OnRenameInternal
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
192string newName = OnRenameInternal(ruleObject);