2 references to StacksChanged
PresentationFramework (2)
System\Windows\Navigation\JournalEntryListConverter.cs (2)
148
_backStack.CollectionChanged += new NotifyCollectionChangedEventHandler(
StacksChanged
);
151
_forwardStack.CollectionChanged += new NotifyCollectionChangedEventHandler(
StacksChanged
);