4 references to OnCollectionChanged
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingsCollection.cs (3)
40
OnCollectionChanged
(eventArgs);
77
OnCollectionChanged
(eventArgs);
106
OnCollectionChanged
(eventArgs);
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingsCollectionTests.cs (1)
558
public new void OnCollectionChanged(CollectionChangeEventArgs e) => base.
OnCollectionChanged
(e);