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