dies ist dann nicht mehr unter:
NavigationService.Navigate
möglich, man muss sich vorher den Service des Applicationframes holen:
zB so:
Dim phf As PhoneApplicationFrame
phf = CType(Application.Current.RootVisual, PhoneApplicationFrame)
phf.Navigate(New Uri("/Pages/pageNews.xaml, UriKind.Relative))