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