3 references to CollectionChanged
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.cs (1)
13[DefaultEvent(nameof(CollectionChanged))]
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingContextTests.cs (2)
744Assert.Throws<NotImplementedException>(() => context.CollectionChanged += handler); 752context.CollectionChanged -= handler;