1 <!-- If you change the root element of this file, be sure to change the class that is subclassed in app.xaml.cs -->
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 x:Class="ContextMenu_wcp.app"
6 StartupUri="Pane1.xaml"
8 <!-- Resources & Styles defined in this section will impact the entire application. -->
9 <Application.Resources>
11 </Application.Resources>