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)
23Assert.Empty(e.ErrorText); 42Assert.Equal(errorText ?? "", e.ErrorText); 61Assert.Equal(errorText ?? "", e.ErrorText); 80Assert.Equal(errorText ?? "", e.ErrorText);
System\Windows\Forms\BindingTests.cs (1)
577Assert.Empty(e.ErrorText);