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