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