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