2 writes to dialogRuleSet
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.cs (2)
105
this.
dialogRuleSet
= ruleSet.Clone();
107
this.
dialogRuleSet
= new RuleSet();
7 references to dialogRuleSet
System.Workflow.Activities (7)
Rules\Design\Dialogs\RuleSetDialog.cs (7)
109
this.chainingBehaviourComboBox.SelectedIndex = (int)this.
dialogRuleSet
.ChainingBehavior;
112
foreach (Rule rule in this.
dialogRuleSet
.Rules)
127
return this.
dialogRuleSet
;
301
this.
dialogRuleSet
.Rules.Add(newRule);
325
this.
dialogRuleSet
.Rules.Remove(rule);
407
this.
dialogRuleSet
.ChainingBehavior = (RuleChainingBehavior)this.chainingBehaviourComboBox.SelectedIndex;
457
foreach (Rule rule1 in this.
dialogRuleSet
.Rules)