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