0byt3m1n1
Path:
C:
/
Windows
/
SystemResources
/
Windows.UI.Search
/
XAMLTemplates
/
[
Home
]
File: Multimedia.ImageGridResult.Fallback.xaml
<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="Multimedia.ImageGridResult.Fallback"> <Border Background="{ThemeResource ImmersiveLightPlaceholderBackgroundBrush}"> <Image x:Name="GridImage" Source="{Binding Extended:thumbnail.Extended:src}" Stretch="UniformToFill" /> </Border> </DataTemplate>