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