App.xaml
 1  <?xml version="1.0" encoding="utf-8" ?>
 2  <Application
 3      x:Class="KeyboardManagerEditorUI.App"
 4      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 5      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 6      xmlns:local="using:KeyboardManagerEditorUI">
 7      <Application.Resources>
 8          <ResourceDictionary>
 9              <ResourceDictionary.MergedDictionaries>
10                  <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
11                  <!--  Other merged dictionaries here  -->
12              </ResourceDictionary.MergedDictionaries>
13              <!--  Other app resources here  -->
14          </ResourceDictionary>
15      </Application.Resources>
16  </Application>