Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
4 references to CollectionChanged
PresentationFramework (4)
MS\Internal\Navigation\JournalEntryStack.cs (2)
170if (CollectionChanged != null) 172CollectionChanged(this, e);
System\Windows\Navigation\JournalEntryListConverter.cs (2)
138_backStack.CollectionChanged += new NotifyCollectionChangedEventHandler(StacksChanged); 141_forwardStack.CollectionChanged += new NotifyCollectionChangedEventHandler(StacksChanged);