9 references to GetListItemProperties
System.Windows.Forms (7)
System\Windows\Forms\DataBinding\BindingSource.cs (2)
718
PropertyDescriptorCollection dsProps = ListBindingHelper.
GetListItemProperties
(_dataSource);
1184
_itemShape = ListBindingHelper.
GetListItemProperties
(List);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (5)
47
PropertyDescriptorCollection dsProps =
GetListItemProperties
(dataSource);
153
return
GetListItemProperties
(list);
181
PropertyDescriptorCollection dsProps =
GetListItemProperties
(dataSource);
288
PropertyDescriptorCollection dsProps =
GetListItemProperties
(dataSource);
369
pdc =
GetListItemProperties
(subType);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1099
PropertyDescriptorCollection properties = ListBindingHelper.
GetListItemProperties
(dataSourceInstance);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
291
IEnumerable<PropertyDescriptor> properties = ListBindingHelper.
GetListItemProperties
(list)?.Cast<PropertyDescriptor>();