1 write to ErrorText
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingCompleteEventArgs.cs (1)
28ErrorText = errorText ?? string.Empty;
6 references to ErrorText
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
394SetError(binding.Control, (e.ErrorText ?? string.Empty));
System.Windows.Forms.Tests (5)
System\Windows\Forms\BindingCompleteEventArgsTests.cs (4)
25Assert.Empty(e.ErrorText); 44Assert.Equal(errorText ?? "", e.ErrorText); 63Assert.Equal(errorText ?? "", e.ErrorText); 82Assert.Equal(errorText ?? "", e.ErrorText);
System\Windows\Forms\BindingTests.cs (1)
567Assert.Empty(e.ErrorText);