16 references to DesignerHelpers
System.Workflow.Activities (16)
Rules\Design\DesignerHelpers.cs (1)
78
preview.Append(
DesignerHelpers
.GetRulePreview(rule));
Rules\Design\Dialogs\BasicBrowserDialog.cs (4)
159
DesignerHelpers
.DisplayError(ex.Message, this.Text, this.activity.Site);
182
DesignerHelpers
.DisplayError(ex.Message, this.Text, this.activity.Site);
205
DesignerHelpers
.DisplayError(ex.Message, this.Text, this.activity.Site);
240
DesignerHelpers
.DisplayError(ex.Message, this.Text, this.activity.Site);
Rules\Design\Dialogs\RuleConditionDialog.cs (1)
193
DesignerHelpers
.DisplayError(Messages.Error_ConditionParser + "\n" + syntaxException.Message, this.Text, this.serviceProvider);
Rules\Design\Dialogs\RuleSetBrowserDialog.cs (1)
129
previewBox.Lines =
DesignerHelpers
.GetRuleSetPreview(ruleSet).Split('\n');
Rules\Design\Dialogs\RuleSetDialog.cs (7)
241
DesignerHelpers
.DisplayError(Messages.Error_ConditionParser + "\n" + ex.Message, this.Text, this.serviceProvider);
265
DesignerHelpers
.DisplayError(Messages.Error_ActionsParser + "\n" + ex.Message, this.Text, this.serviceProvider);
289
DesignerHelpers
.DisplayError(Messages.Error_ActionsParser + "\n" + ex.Message, this.Text, this.serviceProvider);
346
DesignerHelpers
.DisplayError(Messages.Error_RuleNameIsEmpty, this.Text, this.serviceProvider);
355
DesignerHelpers
.DisplayError(Messages.Error_DuplicateRuleName, this.Text, this.serviceProvider);
380
DesignerHelpers
.DisplayError(Messages.Error_InvalidPriority, this.Text, this.serviceProvider);
439
listViewItem.SubItems[4].Text =
DesignerHelpers
.GetRulePreview(rule);
Rules\Design\LogicalExpressionEditor.cs (1)
71
DesignerHelpers
.DisplayError(Messages.Error_ExpressionNotSupported, Messages.ConditionEditor, serviceProvider);
Rules\Design\LogicalExpressionTypeConverter.cs (1)
206
return
DesignerHelpers
.GetRuleSetPreview(rs);