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)
272if (_parentControl is not null && _dataSource is not null && _parentControl.BindingContext is not null) 274_errorManager = _parentControl.BindingContext[_dataSource, _dataMember]; 307get => _dataSource; 328private bool ShouldSerializeDataSource() => _dataSource is not null;