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