What i use:
a list of 10 webbrowsers
a tabIndex ( index of current webbrowser)
different pages that use NavigationService.GoBack() to get to the Mainpage.
the problem:
everytime i use GoBack() to get to the mainpage and navigate, the Navigated-event will be fired 1 time more. Thats a huge performance issue after some surfing but i don't know why it's happening.
what i do in OnNavigatedTo:
fill the webbrowserlist if count != 10 (global list, only 1 time happening)
set Events for every browsers (maybe the problem, but can't imagine why)
thanks for your help.