|
18 | 18 | IsBackButtonVisible="True"
|
19 | 19 | IsPaneToggleButtonVisible="True"
|
20 | 20 | Subtitle="{x:Bind dev:ProcessInfoHelper.VersionWithPrefix}">
|
21 |
| - <TitleBar.Content> |
22 |
| - <AutoSuggestBox x:Name="HeaderAutoSuggestBox" |
23 |
| - MinWidth="320" |
24 |
| - VerticalAlignment="Center" |
25 |
| - PlaceholderText="Search" |
26 |
| - QueryIcon="Find" |
27 |
| - QuerySubmitted="OnQuerySubmitted" |
28 |
| - TextChanged="OnTextChanged"> |
29 |
| - <AutoSuggestBox.KeyboardAccelerators> |
30 |
| - <KeyboardAccelerator Key="F" |
31 |
| - Invoked="KeyboardAccelerator_Invoked" |
32 |
| - Modifiers="Control" /> |
33 |
| - </AutoSuggestBox.KeyboardAccelerators> |
34 |
| - </AutoSuggestBox> |
35 |
| - </TitleBar.Content> |
36 |
| - <TitleBar.Footer> |
| 21 | + <AutoSuggestBox x:Name="HeaderAutoSuggestBox" |
| 22 | + MinWidth="320" |
| 23 | + VerticalAlignment="Center" |
| 24 | + PlaceholderText="Search" |
| 25 | + QueryIcon="Find" |
| 26 | + QuerySubmitted="OnQuerySubmitted" |
| 27 | + TextChanged="OnTextChanged"> |
| 28 | + <AutoSuggestBox.KeyboardAccelerators> |
| 29 | + <KeyboardAccelerator Key="F" |
| 30 | + Invoked="KeyboardAccelerator_Invoked" |
| 31 | + Modifiers="Control" /> |
| 32 | + </AutoSuggestBox.KeyboardAccelerators> |
| 33 | + </AutoSuggestBox> |
| 34 | + <TitleBar.RightContent> |
37 | 35 | <Button x:Name="ThemeButton"
|
38 | 36 | Height="32"
|
39 | 37 | Margin="0,0,4,0"
|
|
42 | 40 | FontSize=16}"
|
43 | 41 | Style="{ThemeResource SubtleButtonStyle}"
|
44 | 42 | ToolTipService.ToolTip="Toggle Theme" />
|
45 |
| - </TitleBar.Footer> |
| 43 | + </TitleBar.RightContent> |
46 | 44 | </TitleBar>
|
47 | 45 | <NavigationView x:Name="NavView"
|
48 | 46 | Grid.Row="1"
|
|
0 commit comments