Hi,
To navigate to a specific page in the assembly, the typical code looks like:
NavigationService.Navigate(new Uri("pagename.xaml", UriKind.Relative));
I was wondering if there is a way to read the contents of this XAML file or may be a way to decompile the embedded BAML file from the assembly directly.