2 writes to ruleParser
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleConditionDialog.cs (2)
64this.ruleParser = new Parser(validation); 77this.ruleParser = new Parser(validation);
3 references to ruleParser
System.Workflow.Activities (3)
Rules\Design\Dialogs\RuleConditionDialog.cs (3)
100this.ruleParser.ParseCondition(this.conditionTextBox.Text); 121e.AutoCompleteValues = this.ruleParser.GetExpressionCompletions(e.Prefix); 130this.ruleExpressionCondition = (RuleExpressionCondition)this.ruleParser.ParseCondition(this.conditionTextBox.Text);