1 write to conditionErrorProvider
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
40
this.
conditionErrorProvider
= new System.Windows.Forms.ErrorProvider(this.components);
8 references to conditionErrorProvider
System.Workflow.Activities (8)
Rules\Design\Dialogs\RuleConditionDialog.cs (4)
101
conditionErrorProvider
.SetError(this.conditionTextBox, string.Empty);
105
conditionErrorProvider
.SetError(this.conditionTextBox, ex.Message);
134
conditionErrorProvider
.SetError(this.conditionTextBox, string.Empty);
140
conditionErrorProvider
.SetError(this.conditionTextBox, ex.Message);
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (4)
43
((System.ComponentModel.ISupportInitialize)(this.
conditionErrorProvider
)).BeginInit();
93
this.
conditionErrorProvider
.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
94
this.
conditionErrorProvider
.ContainerControl = this;
117
((System.ComponentModel.ISupportInitialize)(this.
conditionErrorProvider
)).EndInit();