1 write to dataSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
303
this.
dataSource
= newDataSource;
4 references to dataSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ErrorProvider.cs (4)
316
if (parentControl != null && this.
dataSource
!= null && parentControl.BindingContext != null) {
317
errorManager = parentControl.BindingContext[this.
dataSource
, this.dataMember];
349
return
dataSource
;
372
return (
dataSource
!= null);