7 instantiations of DataRelationPropertyDescriptor
System.Data.Common (7)
System\Data\DataTable.cs (1)
4918
props[columnsCount + i] = new
DataRelationPropertyDescriptor
(ChildRelations[i]);
System\Data\DataView.cs (4)
1636
e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element!)) :
1638
e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element!)) :
1647
e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element!)) :
1649
e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element!)) :
System\Data\DataViewManager.cs (2)
345
e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element!)) :
347
e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element!)) :
6 references to DataRelationPropertyDescriptor
System.Data.Common (6)
System\Data\DataRelationPropertyDescriptor.cs (1)
25
other is
DataRelationPropertyDescriptor
descriptor &&
System\Data\DataSet.cs (2)
3417
if (currentProp is
DataRelationPropertyDescriptor
)
3419
return FindTable(((
DataRelationPropertyDescriptor
)currentProp).Relation.ChildTable, props, propStart + 1);
System\Data\DataView.cs (2)
1634
DataRelationPropertyDescriptor
? NullProp = null;
1645
DataRelationPropertyDescriptor
? NullProp = null;
System\Data\DataViewManager.cs (1)
343
DataRelationPropertyDescriptor
? NullProp = null;