2 writes to _onCollectionChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
170add => _onCollectionChanged += value; 171remove => _onCollectionChanged -= value;
2 references to _onCollectionChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
92internal bool IsCollectionChangedListenedTo => _onCollectionChanged is not null; 1903_onCollectionChanged?.Invoke(this, e);