8 references to CollectionChanged
PresentationFramework (8)
System\Windows\Data\CompositeCollection.cs (8)
395
CollectionChanged
+= value;
399
CollectionChanged
-= value;
501
if (
CollectionChanged
!= null)
503
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action));
510
if (
CollectionChanged
!= null)
512
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, item, index));
519
if (
CollectionChanged
!= null)
521
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));