Blend Tip: Quickly Change The Startup Window
The startup window can be changed in Expression Blend by right-clicking on the new window that you want to to the startup, and selecting the Startup menu item in the context menu.
Alternatively, you can just as easily modify the StartupUri property in App.xaml to point to a different window.
Blend Tip: Edit Externally
To open a project that’s already opened in Blend in Visual Studio, you can simply right-click on the project file in the Project panel and select “Edit Externally”. Similarly, you can just right-click on a single and select “Edit Externally” for that file.
