5 types derived from InternalDataCollectionBase
System.Data (5)
fx\src\data\System\Data\ConstraintCollection.cs (1)
24public sealed class ConstraintCollection : InternalDataCollectionBase { // WebData 111752
fx\src\data\System\Data\DataColumnCollection.cs (1)
27public sealed class DataColumnCollection : InternalDataCollectionBase {
fx\src\data\System\Data\DataRelationCollection.cs (1)
28public abstract class DataRelationCollection : InternalDataCollectionBase {
fx\src\data\System\Data\DataRowCollection.cs (1)
16public sealed class DataRowCollection : InternalDataCollectionBase {
fx\src\data\System\Data\DataTableCollection.cs (1)
27public sealed class DataTableCollection : InternalDataCollectionBase {
1 reference to InternalDataCollectionBase
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
150if (propInst is InternalDataCollectionBase)