1 write to _dataSource
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
259
_dataSource
= newDataSource;
4 references to _dataSource
System.Windows.Forms (4)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (4)
272
if (_parentControl is not null &&
_dataSource
is not null && _parentControl.BindingContext is not null)
274
_errorManager = _parentControl.BindingContext[
_dataSource
, _dataMember];
307
get =>
_dataSource
;
328
private bool ShouldSerializeDataSource() =>
_dataSource
is not null;