4 references to ErrorProvider
System.Workflow.Activities (4)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
40
this.conditionErrorProvider = new System.Windows.Forms.
ErrorProvider
(this.components);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (3)
67
this.conditionErrorProvider = new System.Windows.Forms.
ErrorProvider
(this.components);
68
this.thenErrorProvider = new System.Windows.Forms.
ErrorProvider
(this.components);
69
this.elseErrorProvider = new System.Windows.Forms.
ErrorProvider
(this.components);