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)
220
get =>
_dataSource
;
223
if (
_dataSource
!= value)
718
PropertyDescriptorCollection dsProps = ListBindingHelper.GetListItemProperties(
_dataSource
);
1083
object? dataSourceInstance =
_dataSource
is Type dataSourceType ? GetListFromType(dataSourceType) :
_dataSource
;
1127
Type type = ListBindingHelper.GetListItemType(
_dataSource
, _dataMember);
1285
if (
_dataSource
is ICurrencyManagerProvider provider)
1298
if (
_dataSource
is ICurrencyManagerProvider provider)
1465
if (
_dataSource
is null && List.Count == 0)
1547
object? ds = ListBindingHelper.GetList(
_dataSource
);