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