6 references to PropertyCollection
System.Data.Common (6)
System\Data\Constraint.cs (1)
91public PropertyCollection ExtendedProperties => _extendedProperties ??= new PropertyCollection();
System\Data\DataColumn.cs (1)
841public PropertyCollection ExtendedProperties => _extendedProperties ??= new PropertyCollection();
System\Data\DataRelation.cs (1)
616public PropertyCollection ExtendedProperties => _extendedProperties ??= new PropertyCollection();
System\Data\DataSet.cs (1)
835public PropertyCollection ExtendedProperties => _extendedProperties ??= new PropertyCollection();
System\Data\DataTable.cs (1)
1353public PropertyCollection ExtendedProperties => _extendedProperties ??= new PropertyCollection();
System\Data\PropertyCollection.cs (1)
32PropertyCollection clone = new PropertyCollection();