File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 22
22
PaneDisplayMode =" Top"
23
23
PaneTitle =" Settings"
24
24
SelectionChanged =" SettingsPane_SelectionChanged" >
25
+ <muxc : NavigationView .Resources>
26
+ <ResourceDictionary >
27
+ <ResourceDictionary .ThemeDictionaries>
28
+ <ResourceDictionary x : Key =" Light" >
29
+ <StaticResource x : Key =" NavigationViewDefaultPaneBackground" ResourceKey =" ApplicationPageBackgroundThemeBrush" />
30
+ <StaticResource x : Key =" NavigationViewExpandedPaneBackground" ResourceKey =" ApplicationPageBackgroundThemeBrush" />
31
+ <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" ApplicationPageBackgroundThemeBrush" />
32
+ </ResourceDictionary >
33
+ <ResourceDictionary x : Key =" Dark" >
34
+ <StaticResource x : Key =" NavigationViewDefaultPaneBackground" ResourceKey =" ApplicationPageBackgroundThemeBrush" />
35
+ <StaticResource x : Key =" NavigationViewExpandedPaneBackground" ResourceKey =" ApplicationPageBackgroundThemeBrush" />
36
+ <StaticResource x : Key =" NavigationViewTopPaneBackground" ResourceKey =" ApplicationPageBackgroundThemeBrush" />
37
+ </ResourceDictionary >
38
+ <ResourceDictionary x : Key =" HighContrast" >
39
+
40
+ </ResourceDictionary >
41
+ </ResourceDictionary .ThemeDictionaries>
42
+ </ResourceDictionary >
43
+ </muxc : NavigationView .Resources>
44
+
25
45
<muxc : NavigationView .AutoSuggestBox>
26
46
<AutoSuggestBox
27
47
x : Uid =" SettingsNavSearch"
You can’t perform that action at this time.
0 commit comments