1 write to ruleSetCollection
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
28
this.
ruleSetCollection
= rules.RuleSets;
9 references to ruleSetCollection
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (9)
30
InitializeListView(this.
ruleSetCollection
, name);
51
ruleSet.Name =
ruleSetCollection
.GenerateRuleSetName();
52
this.
ruleSetCollection
.Add(ruleSet);
68
this.
ruleSetCollection
.Remove(ruleSet.Name);
69
this.
ruleSetCollection
.Add(dlg.RuleSet);
85
this.
ruleSetCollection
.Remove(ruleSet);
87
this.
ruleSetCollection
.Add(ruleSet);
98
this.
ruleSetCollection
.Remove(ruleSet.Name);
148
return (!this.
ruleSetCollection
.Contains(ruleName));