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)
53
if (null != wrapperCollection.
GetItemProperties
(null).Find(propertyName, /*ignoreCase*/ false))
298
wrapperCollection.
GetItemProperties
(null).Find(columnName, false) as EntityDataSourceWrapperPropertyDescriptor;
System\Data\WebControls\EntityDataSourceView.cs (1)
992
PropertyDescriptorCollection collection = wrapperCollection.
GetItemProperties
(null);
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
27
PropertyDescriptorCollection properties = wrappers.
GetItemProperties
(null);