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