3 implementations of GetItemProperties
System.Data.Common (2)
System\Data\DataView.cs (1)
1178
PropertyDescriptorCollection System.ComponentModel.ITypedList.
GetItemProperties
(PropertyDescriptor[]? listAccessors)
System\Data\DataViewManager.cs (1)
282
PropertyDescriptorCollection System.ComponentModel.ITypedList.
GetItemProperties
(PropertyDescriptor[]? listAccessors)
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1546
public virtual PropertyDescriptorCollection
GetItemProperties
(PropertyDescriptor[]? listAccessors)
7 references to GetItemProperties
PresentationFramework (2)
System\Windows\Data\BindingListCollectionView.cs (1)
2183
pdc = itl.
GetItemProperties
(null);
System\Windows\Data\CollectionView.cs (1)
1446
properties = itl.
GetItemProperties
(null);
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
78
pdc = ((ITypedList)table1.DefaultView).
GetItemProperties
(null);
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\BindingManagerBase.cs (1)
88
return typedList.
GetItemProperties
(properties);
System\Windows\Forms\DataBinding\ListBindingHelper.cs (3)
134
pdc = typedList.
GetItemProperties
(null);
164
return typedList.
GetItemProperties
(listAccessors);
584
pdc = typedListEnumerable.
GetItemProperties
(null);