4 references to ParseStatementList
System.Workflow.Activities (4)
Rules\Design\Dialogs\RuleSetDialog.cs (4)
176
this.ruleParser.
ParseStatementList
(this.thenTextBox.Text);
188
this.ruleParser.
ParseStatementList
(this.elseTextBox.Text);
254
List<RuleAction> ruleThenActions = this.ruleParser.
ParseStatementList
(this.thenTextBox.Text);
278
List<RuleAction> ruleElseActions = this.ruleParser.
ParseStatementList
(this.elseTextBox.Text);