IntelliSense is not detecting a XAML page when a parameter is passed to its constructor
Not sure if this is a bug or by design. As seen in the following images, MainPage disappears from IntelliSense when a parameter is passed to its constructor. Of course I could just write MainPage by hand, and it would work just fine, but this is inconvenient and might be error-prone, especially when IntelliSense is available could accomplish the same task.