2 writes to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (2)
337onCollectionChanged += value; 340onCollectionChanged -= value;
2 references to onCollectionChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridColumnCollection.cs (2)
514if (onCollectionChanged != null) 515onCollectionChanged(this, e);