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