7 references to GetListItemProperties
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingSource.cs (2)
873
PropertyDescriptorCollection dsProps = ListBindingHelper.
GetListItemProperties
(this.dataSource);
1340
this.itemShape = ListBindingHelper.
GetListItemProperties
(List);
winforms\Managed\System\WinForms\ListBindingHelper.cs (5)
67
PropertyDescriptorCollection dsProps = ListBindingHelper.
GetListItemProperties
(dataSource);
170
pdc =
GetListItemProperties
(list);
203
PropertyDescriptorCollection dsProps = ListBindingHelper.
GetListItemProperties
(dataSource);
307
PropertyDescriptorCollection dsProps =
GetListItemProperties
(dataSource);
378
pdc =
GetListItemProperties
(subType);