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