1 write to ChainingBehavior
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
407this.dialogRuleSet.ChainingBehavior = (RuleChainingBehavior)this.chainingBehaviourComboBox.SelectedIndex;
4 references to ChainingBehavior
System.Workflow.Activities (4)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
109this.chainingBehaviourComboBox.SelectedIndex = (int)this.dialogRuleSet.ChainingBehavior;
Rules\RuleEngine.cs (1)
44this.analyzedRules = Executor.Preprocess(ruleSet.ChainingBehavior, ruleSet.Rules, validation, tracer);
Rules\RuleSet.cs (2)
196|| (this.ChainingBehavior != other.ChainingBehavior)