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