I'm working on a Windows Phone 8 app and would like to not only be able to load new XAML into my app using XamlReader.Load, but to also read my app's current XAML and be able to parse and/or output it.
How much of a Windows Phone app's XAML is BAML and how much is loose? Is it possible to get the current app's XAML?