17 references to ListBindingHelper
System.Windows.Forms (17)
winforms\Managed\System\WinForms\BindingSource.cs (12)
826list = CreateBindingList(ListBindingHelper.GetListItemType(type)); 873PropertyDescriptorCollection dsProps = ListBindingHelper.GetListItemProperties(this.dataSource); 1061currentValue = ListBindingHelper.GetList(dmProp.GetValue(cm.Current)); 1244object list = ListBindingHelper.GetList(dataSourceInstance, this.dataMember); 1279Type type = ListBindingHelper.GetListItemType(this.dataSource, this.dataMember); 1314IList listInternal = ListBindingHelper.GetList(list) as IList; 1339this.itemType = ListBindingHelper.GetListItemType(List); 1340this.itemShape = ListBindingHelper.GetListItemProperties(List); 1742return ListBindingHelper.GetListName(List, listAccessors); 1746object ds = ListBindingHelper.GetList(this.dataSource); 1749return ListBindingHelper.GetListItemProperties(ds, this.dataMember, listAccessors); 1752return ListBindingHelper.GetListItemProperties(List, listAccessors);
winforms\Managed\System\WinForms\CurrencyManager.cs (2)
166return ListBindingHelper.GetListItemType(this.List); 579return ListBindingHelper.GetListItemProperties(this.list, listAccessors);
winforms\Managed\System\WinForms\ListBindingHelper.cs (2)
67PropertyDescriptorCollection dsProps = ListBindingHelper.GetListItemProperties(dataSource); 203PropertyDescriptorCollection dsProps = ListBindingHelper.GetListItemProperties(dataSource);
winforms\Managed\System\WinForms\PropertyManager.cs (1)
77return ListBindingHelper.GetListItemProperties(dataSource, listAccessors);