8 references to CollectionChanged
PresentationFramework (8)
System\Windows\Data\CompositeCollection.cs (8)
405
CollectionChanged
+= value;
409
CollectionChanged
-= value;
511
if (
CollectionChanged
!= null)
513
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action));
520
if (
CollectionChanged
!= null)
522
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, item, index));
529
if (
CollectionChanged
!= null)
531
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));