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)
264if (_parentControl is not null && _dataSource is not null && _parentControl.BindingContext is not null) 266_errorManager = _parentControl.BindingContext[_dataSource, _dataMember]; 299get => _dataSource; 320private bool ShouldSerializeDataSource() => _dataSource is not null;