2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (2)
254this.onCollectionChanged += value; 258this.onCollectionChanged -= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellCollection.cs (2)
421if (this.onCollectionChanged != null) 423this.onCollectionChanged(this, e);