4 references to OnRelationPropertyChanged
System.Data (4)
fx\src\data\System\Data\DataRelation.cs (4)
390
((DataRelationCollection.DataTableRelationCollection)(ParentTable.ChildRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
391
((DataRelationCollection.DataTableRelationCollection)(ChildTable.ParentRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
395
((DataRelationCollection.DataTableRelationCollection)(ParentTable.ChildRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));
396
((DataRelationCollection.DataTableRelationCollection)(ChildTable.ParentRelations)).
OnRelationPropertyChanged
(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, this));