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