0byt3m1n1
Path:
C:
/
Windows
/
SystemResources
/
Windows.UI.Search
/
XAMLTemplates
/
[
Home
]
File: Web.DeepLinkItem_8_1_RP-dfcf46fe.xaml
<!-- Child template used to display each deeplink item inside of DeepLinksList --> <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="Web.DeepLinkItem_8_1_RP"> <AutomationProperties.AutomationId> <Binding Converter="{CustomResource StringPropertyConcatenator}"> <Binding.ConverterParameter> <tm:StringVector> <x:String>@DeepLink.</x:String> <x:String>Extended:title.System_Search_Contents</x:String> </tm:StringVector> </Binding.ConverterParameter> </Binding> </AutomationProperties.AutomationId> <TextBlock Text="{Binding Extended:title.System_Search_Contents}" TextWrapping="NoWrap" TextTrimming="CharacterEllipsis" Style="{CustomResource Resources.Shared.LinkTextStyle}" Margin="3, 5" /> </DataTemplate>