4 references to OnRelationPropertyChanged
System.Data.Common (4)
System\Data\DataRelation.cs (4)
381
((DataRelationCollection.DataTableRelationCollection)(ParentTable.ChildRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
382
((DataRelationCollection.DataTableRelationCollection)(ChildTable.ParentRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
387
((DataRelationCollection.DataTableRelationCollection)(ParentTable.ChildRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
388
((DataRelationCollection.DataTableRelationCollection)(ChildTable.ParentRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));