4 references to OnCollectionChanged
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingContext.cs (3)
101OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Add, dataSource)); 145OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Refresh, null)); 196OnCollectionChanged(new CollectionChangeEventArgs(CollectionChangeAction.Remove, dataSource));
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingContextTests.cs (1)
1058public new void OnCollectionChanged(CollectionChangeEventArgs ccevent) => base.OnCollectionChanged(ccevent);