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