3 writes to error
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
1343
this.
error
= String.Empty;
1364
error
= string.Empty;
1435
error
= value;
4 references to error
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ErrorProvider.cs (4)
1421
return
error
;
1430
if (
error
.Equals(value) && provider.BlinkStyle != ErrorBlinkStyle.AlwaysBlink) {
1434
bool adding =
error
.Length == 0;
1590
error
.Length > 0) {