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