For my Windows Phone app I use the following code in the MainPage() to set the Content:
Content = mainPage.ConvertPageToUIElement(this);
Is there a similar way of doing this in the Windows/WinRT app? Unfortunately the ConvertPageToUIElement method is not available in Windows/WinRT.