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