3 instantiations of 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))
4 references to RuleConditionDialog
System.Workflow.Activities (4)
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\Dialogs\RuleConditionDialog.Designer.cs (1)
32
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(
RuleConditionDialog
));
Rules\Design\LogicalExpressionEditor.cs (1)
63
using (
RuleConditionDialog
dlg = new RuleConditionDialog(baseActivity, experssion))