2 implementations of ITypedList
System.Data.Common (2)
System\Data\DataView.cs (1)
24public class DataView : MarshalByValueComponent, IBindingListView, System.ComponentModel.ITypedList, ISupportInitializeNotification
System\Data\DataViewManager.cs (1)
15public class DataViewManager : MarshalByValueComponent, IBindingList, System.ComponentModel.ITypedList
11 references to ITypedList
netstandard (1)
netstandard.cs (1)
359[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ITypedList))]
PresentationFramework (4)
System\Windows\Data\BindingListCollectionView.cs (2)
2200ITypedList itl; 2203if ((itl = InternalList as ITypedList) != null)
System\Windows\Data\CollectionView.cs (2)
1456ITypedList itl = collection as ITypedList;
PresentationFramework-SystemData (1)
SystemDataExtension.cs (1)
73pdc = ((ITypedList)table1.DefaultView).GetItemProperties(null);
System (1)
src\libraries\shims\System\ref\System.cs (1)
345[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.ITypedList))]
System.Data.Common (4)
System\Data\DataView.cs (2)
1154string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[]? listAccessors) 1178PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[]? listAccessors)
System\Data\DataViewManager.cs (2)
259string System.ComponentModel.ITypedList.GetListName(PropertyDescriptor[]? listAccessors) 282PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(PropertyDescriptor[]? listAccessors)