Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
2 references to CollectionChanged
PresentationFramework (2)
MS\Internal\Navigation\JournalEntryStack.cs (2)
22
if (
CollectionChanged
!= null)
24
CollectionChanged
(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));