4 references to ThenActions
System.Workflow.Activities (4)
Rules\Design\DesignerHelpers.cs (1)
43
foreach (RuleAction action in rule.
ThenActions
)
Rules\Design\Dialogs\RuleSetDialog.cs (3)
173
this.thenTextBox.Text = GetActionsString(rule.
ThenActions
);
256
rule.
ThenActions
.Clear();
258
rule.
ThenActions
.Add(ruleAction);