1 write to declarativeConditionCollection
System.Workflow.Activities (1)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (1)
39
this.
declarativeConditionCollection
= rules.Conditions;
9 references to declarativeConditionCollection
System.Workflow.Activities (9)
Rules\Design\Dialogs\ConditionBrowserDialog.cs (9)
41
InitializeListView(this.
declarativeConditionCollection
, name);
64
this.
declarativeConditionCollection
.Add(declarativeRuleDefinition);
82
this.
declarativeConditionCollection
.Remove(declarativeRuleDefinition.Name);
83
this.
declarativeConditionCollection
.Add(updatedRuleObject as RuleExpressionCondition);
99
this.
declarativeConditionCollection
.Remove(declarativeRuleDefinition);
101
this.
declarativeConditionCollection
.Add(declarativeRuleDefinition);
112
this.
declarativeConditionCollection
.Remove(declarativeRuleDefinition.Name);
170
return (!this.
declarativeConditionCollection
.Contains(ruleName));
184
if (!this.
declarativeConditionCollection
.Contains(newRuleName))