2 writes to onCollectionChangedDelegate
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
214
onCollectionChangedDelegate
+= value;
218
onCollectionChangedDelegate
-= value;
2 references to onCollectionChangedDelegate
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
348
if (
onCollectionChangedDelegate
!= null) {
350
onCollectionChangedDelegate
(this, ccevent);