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