5 references to RuleReevaluationBehavior
System.Workflow.Activities (5)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
400
rule.ReevaluationBehavior = (
RuleReevaluationBehavior
)this.reevaluationComboBox.SelectedIndex;
Rules\Executor.cs (1)
440
if ((executionCount[updatedRuleIndex] == 0) || (rs.Rule.ReevaluationBehavior ==
RuleReevaluationBehavior
.Always))
Rules\Rule.cs (3)
29
internal
RuleReevaluationBehavior
behavior =
RuleReevaluationBehavior
.Always;
93
public
RuleReevaluationBehavior
ReevaluationBehavior