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