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