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