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