22 references to SetError
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
443
SetError
(binding.Control, (e.ErrorText == null ? String.Empty : e.ErrorText));
473
SetError
(errBindings[j].Control, "");
545
SetError
((Control) entry.Key, (string) entry.Value);
System.Workflow.Activities (19)
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\RuleSetDialog.cs (15)
165
conditionErrorProvider.
SetError
(this.conditionTextBox, string.Empty);
169
conditionErrorProvider.
SetError
(this.conditionTextBox, ex.Message);
177
thenErrorProvider.
SetError
(this.thenTextBox, string.Empty);
181
thenErrorProvider.
SetError
(this.thenTextBox, ex.Message);
189
elseErrorProvider.
SetError
(this.elseTextBox, string.Empty);
193
elseErrorProvider.
SetError
(this.elseTextBox, ex.Message);
215
conditionErrorProvider.
SetError
(this.conditionTextBox, string.Empty);
216
thenErrorProvider.
SetError
(this.thenTextBox, string.Empty);
217
elseErrorProvider.
SetError
(this.elseTextBox, string.Empty);
236
conditionErrorProvider.
SetError
(this.conditionTextBox, string.Empty);
240
conditionErrorProvider.
SetError
(this.conditionTextBox, ex.Message);
260
thenErrorProvider.
SetError
(this.thenTextBox, string.Empty);
264
thenErrorProvider.
SetError
(this.thenTextBox, ex.Message);
284
elseErrorProvider.
SetError
(this.elseTextBox, string.Empty);
288
elseErrorProvider.
SetError
(this.elseTextBox, ex.Message);