1 write to ErrorText
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingCompleteEventArgs.cs (1)
28
ErrorText
= errorText ?? string.Empty;
6 references to ErrorText
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
394
SetError(binding.Control, (e.
ErrorText
?? string.Empty));
System.Windows.Forms.Tests (5)
System\Windows\Forms\BindingCompleteEventArgsTests.cs (4)
23
Assert.Empty(e.
ErrorText
);
42
Assert.Equal(errorText ?? "", e.
ErrorText
);
61
Assert.Equal(errorText ?? "", e.
ErrorText
);
80
Assert.Equal(errorText ?? "", e.
ErrorText
);
System\Windows\Forms\BindingTests.cs (1)
577
Assert.Empty(e.
ErrorText
);