8 references to CollectionChanged
PresentationFramework (8)
src\Framework\System\Windows\Data\CompositeCollection.cs (8)
412
CollectionChanged
+= value;
416
CollectionChanged
-= value;
518
if (
CollectionChanged
!= null)
520
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action));
527
if (
CollectionChanged
!= null)
529
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, item, index));
536
if (
CollectionChanged
!= null)
538
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));