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