2 writes to _onCollectionChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (2)
109
add =>
_onCollectionChanged
+= value;
110
remove =>
_onCollectionChanged
-= value;
1 reference to _onCollectionChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
953
protected virtual void OnCollectionChanged(CollectionChangeEventArgs e) =>
_onCollectionChanged
?.Invoke(this, e);