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