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