6 references to GetListItemProperties
System.Windows.Forms (5)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1556return ListBindingHelper.GetListItemProperties(List, listAccessors);
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
608ListBindingHelper.GetListItemProperties(_list, listAccessors);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (2)
197return GetListItemProperties(dataSource, listAccessors); 483return GetListItemProperties(value, accessors);
System\Windows\Forms\DataBinding\PropertyManager.cs (1)
61return ListBindingHelper.GetListItemProperties(_dataSource, listAccessors);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1194PropertyDescriptorCollection properties = ListBindingHelper.GetListItemProperties(dataSourceInstance, [propertyDescriptor]);