7 instantiations of DataRelationPropertyDescriptor
System.Data (7)
fx\src\data\System\Data\DataTable.cs (1)
4403
props[columnsCount + i] = new
DataRelationPropertyDescriptor
(ChildRelations[i]);
fx\src\data\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)) :
1646
e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element)) :
1648
e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element)) :
fx\src\data\System\Data\DataViewManager.cs (2)
376
e.Action == CollectionChangeAction.Add ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorAdded, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element)) :
378
e.Action == CollectionChangeAction.Remove ? new ListChangedEventArgs(ListChangedType.PropertyDescriptorDeleted, new
DataRelationPropertyDescriptor
((System.Data.DataRelation)e.Element)) :
8 references to DataRelationPropertyDescriptor
System.Data (8)
fx\src\data\System\Data\DataRelationPropertyDescriptor.cs (3)
49
if (other is
DataRelationPropertyDescriptor
) {
50
DataRelationPropertyDescriptor
descriptor = (
DataRelationPropertyDescriptor
) other;
fx\src\data\System\Data\DataSet.cs (2)
3104
if (currentProp is
DataRelationPropertyDescriptor
) {
3105
return FindTable(((
DataRelationPropertyDescriptor
)currentProp).Relation.ChildTable, props, propStart + 1);
fx\src\data\System\Data\DataView.cs (2)
1634
DataRelationPropertyDescriptor
NullProp = null;
1644
DataRelationPropertyDescriptor
NullProp = null;
fx\src\data\System\Data\DataViewManager.cs (1)
374
DataRelationPropertyDescriptor
NullProp = null;