3 writes to _dataSource
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingSource.cs (3)
77_dataSource = dataSource; 232_dataSource = value; 599_dataSource = null;
10 references to _dataSource
System.Windows.Forms (10)
System\Windows\Forms\DataBinding\BindingSource.cs (10)
220get => _dataSource; 223if (_dataSource != value) 718PropertyDescriptorCollection dsProps = ListBindingHelper.GetListItemProperties(_dataSource); 1083object? dataSourceInstance = _dataSource is Type dataSourceType ? GetListFromType(dataSourceType) : _dataSource; 1127Type type = ListBindingHelper.GetListItemType(_dataSource, _dataMember); 1285if (_dataSource is ICurrencyManagerProvider provider) 1298if (_dataSource is ICurrencyManagerProvider provider) 1465if (_dataSource is null && List.Count == 0) 1547object? ds = ListBindingHelper.GetList(_dataSource);