2 writes to onCollectionChanged
System.Data (2)
fx\src\data\System\Data\ConstraintCollection.cs (2)
251
onCollectionChanged
+= value;
254
onCollectionChanged
-= value;
2 references to onCollectionChanged
System.Data (2)
fx\src\data\System\Data\ConstraintCollection.cs (2)
587
if (
onCollectionChanged
!= null) {
588
onCollectionChanged
(this, ccevent);