Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
2 references to CollectionChanged
PresentationFramework (2)
System\Windows\Navigation\JournalEntryListConverter.cs (2)
188
if (
CollectionChanged
!= null)
190
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));