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)
25
Assert.Empty(e.
ErrorText
);
44
Assert.Equal(errorText ?? "", e.
ErrorText
);
63
Assert.Equal(errorText ?? "", e.
ErrorText
);
82
Assert.Equal(errorText ?? "", e.
ErrorText
);
System\Windows\Forms\BindingTests.cs (1)
567
Assert.Empty(e.
ErrorText
);