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