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