7 references to CollectionChanged
System.Data (7)
fx\src\data\System\Data\DataViewListener.cs (4)
97table.ChildRelations.CollectionChanged += handlerChildRelation; 101table.ParentRelations.CollectionChanged += handlerParentRelation; 120table.ChildRelations.CollectionChanged -= handlerChildRelation; 124table.ParentRelations.CollectionChanged -= handlerParentRelation;
fx\src\data\System\Data\DataViewManager.cs (3)
41this.dataSet.Relations.CollectionChanged += new CollectionChangeEventHandler(RelationCollectionChanged); 68this.dataSet.Relations.CollectionChanged -= new CollectionChangeEventHandler(RelationCollectionChanged); 73this.dataSet.Relations.CollectionChanged += new CollectionChangeEventHandler(RelationCollectionChanged);