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