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