name : Maps.Home_Landscape_8_1_RP-7f8d5bbc.xaml
<!-- The data template for Maps answer in landscape mode -->
<DataTemplate xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:tm="using:SearchUI.TemplateManager"
              x:Key="Maps.Home_Landscape_8_1_RP">
    <Button Style="{CustomResource Resources.Shared.TopLevelButtonStyle}"
            Command="{Binding System_ConnectedSearch_ActivateCommand}">
        <Grid>
            <Grid.RowDefinitions>
                <RowDefinition Height="Auto" />
                <RowDefinition />
            </Grid.RowDefinitions>
            <Border Grid.Row="0"
                    Style="{CustomResource Resources.Shared.ImagePlaceholderBorderStyle}">
                <Image HorizontalAlignment="Left"
                       Source="{Binding Extended:imageLandscape.Extended:src}"
                       Width="{Binding Extended:imageLandscape.Extended:width}"
                       Height="{Binding Extended:imageLandscape.Extended:height}"
                       AutomationProperties.AutomationId="MapImage"
                       AutomationProperties.Name="{Binding System_ItemNameDisplay}"
                       Style="{CustomResource Resources.Shared.BaseImageStyle}" />
            </Border>
            <Grid Grid.Row="1"
                  Margin="0, 20, 0, 0">
                <Grid.RowDefinitions>
                    <RowDefinition Height="Auto" />
                    <RowDefinition />
                </Grid.RowDefinitions>
                <TextBlock Grid.Row="0"
                           Style="{CustomResource Resources.Shared.SerpPrimaryTextStyle}"
                           MaxLines="2"
                           tm:RichText.Text="{Binding System_ItemNameDisplay}"
                           AutomationProperties.AutomationId="Title" />
                <ContentControl Grid.Row="1"
                                Margin="0, 18, 0, 0"
                                Content="{Binding}"
                                DataContext="{Binding Extended:appButton}"
                                ContentTemplateSelector="{CustomResource GenericDataTemplateSelector}" />
            </Grid>
        </Grid>
    </Button>
</DataTemplate>

© 2026 UnknownSec