7 references to Add
System.Workflow.Activities (7)
Rules\ConditionChanges.cs (2)
105
rules.Conditions.
Add
(this.ConditionDefinition);
269
rules.Conditions.
Add
(this.NewConditionDefinition);
Rules\Design\Dialogs\ConditionBrowserDialog.cs (3)
64
this.declarativeConditionCollection.
Add
(declarativeRuleDefinition);
83
this.declarativeConditionCollection.
Add
(updatedRuleObject as RuleExpressionCondition);
101
this.declarativeConditionCollection.
Add
(declarativeRuleDefinition);
Rules\Design\LogicalExpressionTypeConverter.cs (1)
291
conditionDefinitions.
Add
(newCondition);
Rules\RuleDefinitions.cs (1)
120
newRuleDefinitions.conditions.
Add
(r.Clone());