3 writes to dataSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingSource.cs (3)
116
this.
dataSource
= dataSource;
281
dataSource
= value;
753
this.
dataSource
= null;
13 references to dataSource
System.Windows.Forms (13)
winforms\Managed\System\WinForms\BindingSource.cs (13)
269
return
dataSource
;
273
if (
dataSource
!= value) {
873
PropertyDescriptorCollection dsProps = ListBindingHelper.GetListItemProperties(this.
dataSource
);
1243
object dataSourceInstance = (this.
dataSource
is Type) ? GetListFromType(this.
dataSource
as Type) : this.
dataSource
;
1279
Type type = ListBindingHelper.GetListItemType(this.
dataSource
, this.dataMember);
1439
if (
dataSource
is ICurrencyManagerProvider) {
1440
CurrencyManager cm = (
dataSource
as ICurrencyManagerProvider).CurrencyManager;
1447
if (
dataSource
is ICurrencyManagerProvider) {
1448
CurrencyManager cm = (
dataSource
as ICurrencyManagerProvider).CurrencyManager;
1644
if (
dataSource
== null && List.Count == 0) {
1746
object ds = ListBindingHelper.GetList(this.
dataSource
);