1 write to conditionErrorProvider
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
67
this.
conditionErrorProvider
= new System.Windows.Forms.ErrorProvider(this.components);
9 references to conditionErrorProvider
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleSetDialog.cs (5)
165
conditionErrorProvider
.SetError(this.conditionTextBox, string.Empty);
169
conditionErrorProvider
.SetError(this.conditionTextBox, ex.Message);
215
conditionErrorProvider
.SetError(this.conditionTextBox, string.Empty);
236
conditionErrorProvider
.SetError(this.conditionTextBox, string.Empty);
240
conditionErrorProvider
.SetError(this.conditionTextBox, ex.Message);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (4)
76
((System.ComponentModel.ISupportInitialize)(this.
conditionErrorProvider
)).BeginInit();
319
this.
conditionErrorProvider
.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
320
this.
conditionErrorProvider
.ContainerControl = this;
360
((System.ComponentModel.ISupportInitialize)(this.
conditionErrorProvider
)).EndInit();