2 writes to Prefix
System.Workflow.Activities (2)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
462
autoCompletionEventArgs.
Prefix
= text;
503
autoCompletionEventArgs.
Prefix
= prefix;
2 references to Prefix
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleConditionDialog.cs (1)
121
e.AutoCompleteValues = this.ruleParser.GetExpressionCompletions(e.
Prefix
);
Rules\Design\Dialogs\RuleSetDialog.cs (1)
137
e.AutoCompleteValues = this.ruleParser.GetExpressionCompletions(e.
Prefix
);