2 references to StacksChanged
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (2)
155
_backStack.CollectionChanged += new NotifyCollectionChangedEventHandler(
StacksChanged
);
158
_forwardStack.CollectionChanged += new NotifyCollectionChangedEventHandler(
StacksChanged
);