2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingsCollection.cs (2)
115onCollectionChanged += value; 118onCollectionChanged -= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingsCollection.cs (2)
162if (onCollectionChanged != null) { 163onCollectionChanged(this, ccevent);