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