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