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