2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (2)
241this.onCollectionChanged += value; 245this.onCollectionChanged -= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewColumnCollection.cs (2)
1061if (this.onCollectionChanged != null) 1063this.onCollectionChanged(this, e);