17 references to ListBindingHelper
System.Windows.Forms (15)
System\Windows\Forms\DataBinding\BindingSource.cs (12)
674
return CreateBindingList(
ListBindingHelper
.GetListItemType(type));
718
PropertyDescriptorCollection dsProps =
ListBindingHelper
.GetListItemProperties(_dataSource);
908
currentValue =
ListBindingHelper
.GetList(dmProp.GetValue(cm.Current));
1084
object? list =
ListBindingHelper
.GetList(dataSourceInstance, _dataMember);
1127
Type type =
ListBindingHelper
.GetListItemType(_dataSource, _dataMember);
1157
if (
ListBindingHelper
.GetList(list) is not IList listInternal)
1183
_itemType =
ListBindingHelper
.GetListItemType(List);
1184
_itemShape =
ListBindingHelper
.GetListItemProperties(List);
1544
ListBindingHelper
.GetListName(List, listAccessors);
1548
object? ds =
ListBindingHelper
.GetList(_dataSource);
1552
return
ListBindingHelper
.GetListItemProperties(ds, _dataMember, listAccessors);
1556
return
ListBindingHelper
.GetListItemProperties(List, listAccessors);
System\Windows\Forms\DataBinding\CurrencyManager.cs (2)
134
internal override Type BindType =>
ListBindingHelper
.GetListItemType(List);
608
ListBindingHelper
.GetListItemProperties(_list, listAccessors);
System\Windows\Forms\DataBinding\PropertyManager.cs (1)
61
return
ListBindingHelper
.GetListItemProperties(_dataSource, listAccessors);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
1095
PropertyDescriptorCollection properties =
ListBindingHelper
.GetListItemProperties(dataSourceInstance);
1194
PropertyDescriptorCollection properties =
ListBindingHelper
.GetListItemProperties(dataSourceInstance, [propertyDescriptor]);