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