Implemented interface member:
method
GetItemProperties
System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[])
4 references to GetItemProperties
System.Web.Entity (4)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
53if (null != wrapperCollection.GetItemProperties(null).Find(propertyName, /*ignoreCase*/ false)) 298wrapperCollection.GetItemProperties(null).Find(columnName, false) as EntityDataSourceWrapperPropertyDescriptor;
System\Data\WebControls\EntityDataSourceView.cs (1)
992PropertyDescriptorCollection collection = wrapperCollection.GetItemProperties(null);
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
27PropertyDescriptorCollection properties = wrappers.GetItemProperties(null);