In Visual Studio: When you right-click on a xoml file in the solution explorer and select "View Code" it takes you to the designer (design view).
Steps to Reproduce
- create a xoml
- add something into the code-behind [I used C#]
- Close the code-behind and designer
- right-click the xoml from the Solution Explorer
- Select "View Code"
Actual Results
- Designer view is opened.
Expected Results
- Code view should open.