1 write to ReevaluationBehavior
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
400rule.ReevaluationBehavior = (RuleReevaluationBehavior)this.reevaluationComboBox.SelectedIndex;
5 references to ReevaluationBehavior
System.Workflow.Activities (5)
Rules\Design\Dialogs\RuleSetDialog.cs (2)
157this.reevaluationComboBox.SelectedIndex = (int)rule.ReevaluationBehavior; 437listViewItem.SubItems[2].Text = (string)this.reevaluationComboBox.Items[(int)rule.ReevaluationBehavior];
Rules\Executor.cs (1)
440if ((executionCount[updatedRuleIndex] == 0) || (rs.Rule.ReevaluationBehavior == RuleReevaluationBehavior.Always))
Rules\Rule.cs (2)
232|| (this.ReevaluationBehavior != other.ReevaluationBehavior)