9 references to Add
System.Workflow.Activities (9)
Designers\PolicyDesigner.cs (1)
77ruleSetCollection.Add(dlg.RuleSet);
Rules\ConditionChanges.cs (2)
335rules.RuleSets.Add(ruleset); 487rules.RuleSets.Add(updated);
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (3)
52this.ruleSetCollection.Add(ruleSet); 69this.ruleSetCollection.Add(dlg.RuleSet); 87this.ruleSetCollection.Add(ruleSet);
Rules\Design\LogicalExpressionTypeConverter.cs (2)
142ruleSetCollection.Add(newRuleSet); 497ruleSetCollection.Add(ruleSet);
Rules\RuleDefinitions.cs (1)
113newRuleDefinitions.ruleSets.Add(r.Clone());