1 write to _dataSource
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
251
_dataSource
= newDataSource;
4 references to _dataSource
System.Windows.Forms (4)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (4)
264
if (_parentControl is not null &&
_dataSource
is not null && _parentControl.BindingContext is not null)
266
_errorManager = _parentControl.BindingContext[
_dataSource
, _dataMember];
299
get =>
_dataSource
;
320
private bool ShouldSerializeDataSource() =>
_dataSource
is not null;