2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridTableCollection.cs (2)
232onCollectionChanged += value; 235onCollectionChanged -= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridTableCollection.cs (2)
296if (onCollectionChanged != null) 297onCollectionChanged(this, e);