1 write to thenErrorProvider
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
68
this.
thenErrorProvider
= new System.Windows.Forms.ErrorProvider(this.components);
9 references to thenErrorProvider
System.Workflow.Activities (9)
Rules\Design\Dialogs\RuleSetDialog.cs (5)
177
thenErrorProvider
.SetError(this.thenTextBox, string.Empty);
181
thenErrorProvider
.SetError(this.thenTextBox, ex.Message);
216
thenErrorProvider
.SetError(this.thenTextBox, string.Empty);
260
thenErrorProvider
.SetError(this.thenTextBox, string.Empty);
264
thenErrorProvider
.SetError(this.thenTextBox, ex.Message);
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (4)
77
((System.ComponentModel.ISupportInitialize)(this.
thenErrorProvider
)).BeginInit();
324
this.
thenErrorProvider
.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
325
this.
thenErrorProvider
.ContainerControl = this;
361
((System.ComponentModel.ISupportInitialize)(this.
thenErrorProvider
)).EndInit();