2 writes to _onCollectionChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (2)
149
add =>
_onCollectionChanged
+= value;
150
remove =>
_onCollectionChanged
-= value;
1 reference to _onCollectionChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
300
_onCollectionChanged
?.Invoke(this, e);