2 implementations of GetItemProperties
System.Data.Common (2)
System\Data\DataView.cs (1)
1178PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[]? listAccessors)
System\Data\DataViewManager.cs (1)
282PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[]? listAccessors)
3 references to GetItemProperties
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
2205pdc = itl.GetItemProperties(null);
System\Windows\Data\CollectionView.cs (1)
1463properties = itl.GetItemProperties(null);
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
73pdc = ((ITypedList)table1.DefaultView).GetItemProperties(null);