3 references to RuleConditionDialog
System.Workflow.Activities (3)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (2)
57
using (RuleConditionDialog dlg = new
RuleConditionDialog
(this.Activity, null))
76
using (RuleConditionDialog dlg = new
RuleConditionDialog
(this.Activity, declarativeRuleDefinition.Expression))
Rules\Design\LogicalExpressionEditor.cs (1)
63
using (RuleConditionDialog dlg = new
RuleConditionDialog
(baseActivity, experssion))