2 overrides of OnEditInternal
System.Workflow.Activities (2)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
71
protected override bool
OnEditInternal
(object currentRuleObject, out object updatedRuleObject)
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
59
protected override bool
OnEditInternal
(object currentRuleObject, out object updatedRuleObject)
1 reference to OnEditInternal
System.Workflow.Activities (1)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
170
if (
OnEditInternal
(ruleObject, out updatedRuleObject))