4 instantiations of RuleSetDialog
System.Workflow.Activities (4)
Designers\PolicyDesigner.cs (1)
64using (RuleSetDialog dlg = new RuleSetDialog(activity, ruleSet))
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (2)
46using (RuleSetDialog dlg = new RuleSetDialog(this.Activity, null)) 64using (RuleSetDialog dlg = new RuleSetDialog(this.Activity, ruleSet))
Rules\Design\LogicalExpressionEditor.cs (1)
227using (RuleSetDialog dlg = new RuleSetDialog(baseActivity, ruleSet))
5 references to RuleSetDialog
System.Workflow.Activities (5)
Designers\PolicyDesigner.cs (1)
64using (RuleSetDialog dlg = new RuleSetDialog(activity, ruleSet))
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (2)
46using (RuleSetDialog dlg = new RuleSetDialog(this.Activity, null)) 64using (RuleSetDialog dlg = new RuleSetDialog(this.Activity, ruleSet))
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RuleSetDialog));
Rules\Design\LogicalExpressionEditor.cs (1)
227using (RuleSetDialog dlg = new RuleSetDialog(baseActivity, ruleSet))