E:\Devel\PlayniteDiagTool\PlayniteDiagTool\bin\Debug\temp\Playnite.FullscreenApp\Themes\Fullscreen\Default\CustomControls\FilterDbItemtSelection.xaml e:\Devel\Playnite\source\Playnite.FullscreenApp\Themes\Fullscreen\Default\CustomControls\FilterDbItemtSelection.xaml
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
.       
   <Style TargetType="{x:Type FilterDbItemtSelection}">    <Style TargetType="{x:Type FilterDbItemtSelection}">
       <Setter Property="Focusable" Value="False" />        <Setter Property="Focusable" Value="False" />
       <Setter Property="Template">        <Setter Property="Template">
           <Setter.Value>            <Setter.Value>
               <ControlTemplate TargetType="{x:Type FilterDbItemtSelection}">                <ControlTemplate TargetType="{x:Type FilterDbItemtSelection}">
                   <DockPanel Width="{DynamicResource FilterPanelWidth}"                    <DockPanel Width="{DynamicResource FilterPanelWidth}"
                              Background="{DynamicResource OverlayMenuBackgroundBrush}"                               Background="{DynamicResource OverlayMenuBackgroundBrush}"
                              x:Name="PART_MenuHost">                               x:Name="PART_MenuHost">
.                        <DockPanel.Resources>                         <ButtonEx DockPanel.Dock="Top" Margin="15,5,15,5" BorderThickness="2" 
                           <Thickness x:Key="ItemMargin">15,5,15,5</Thickness>   
                       </DockPanel.Resources>   
   
                       <ButtonEx DockPanel.Dock="Top"   
                                 Margin="{StaticResource ItemMargin}"      
                                 BorderThickness="2"                                                                
                                 x:Name="PART_ButtonBack">                                  x:Name="PART_ButtonBack">
                           <Button.Content>                            <Button.Content>
                               <StackPanel Orientation="Horizontal">                                <StackPanel Orientation="Horizontal">
                                   <TextBlock Text="&#xeab5;" FontFamily="{StaticResource FontIcoFont}"                                    <TextBlock Text="&#xeab5;" FontFamily="{StaticResource FontIcoFont}"
                                              FontSize="20" VerticalAlignment="Center"                                               FontSize="20" VerticalAlignment="Center"
                                              Margin="0,0,10,0" />                                               Margin="0,0,10,0" />
                                   <TextBlock Text="{Binding Title}"                                    <TextBlock Text="{Binding Title}"
                                              VerticalAlignment="Center"                                               VerticalAlignment="Center"
                                              Style="{StaticResource TextBlockBaseStyle}"/>                                               Style="{StaticResource TextBlockBaseStyle}"/>
                               </StackPanel>                                </StackPanel>
                           </Button.Content>                            </Button.Content>
                       </ButtonEx>                        </ButtonEx>
   
                       <ButtonEx Content="{DynamicResource LOCClearLabel}" DockPanel.Dock="Top"                        <ButtonEx Content="{DynamicResource LOCClearLabel}" DockPanel.Dock="Top"
.                                  Margin="{StaticResource ItemMargin}"                                   Margin="15,5,15,5" BorderThickness="2"
                                 BorderThickness="2"  
                                 x:Name="PART_ButtonClear"/>                                  x:Name="PART_ButtonClear"/>
   
.                        <ItemsControlEx DockPanel.Dock="Top" Focusable="False"                         <ItemsControlEx x:Name="PART_ItemsHost" 
                                     x:Name="PART_ItemsHost"                                         DockPanel.Dock="Top" Focusable="False" 
                                     KeyboardNavigation.DirectionalNavigation="Once">                                        KeyboardNavigation.DirectionalNavigation="Once" />
                           <ItemsControl.ItemTemplate>   
                               <DataTemplate>   
                                   <CheckBoxEx Content="{Binding Item.Name}"                                                  
                                               IsChecked="{Binding Selected}"   
                                               Margin="{StaticResource ItemMargin}" />   
                               </DataTemplate>   
                           </ItemsControl.ItemTemplate>   
                           <ItemsControl.Template>   
                               <ControlTemplate>   
                                   <ScrollViewer Focusable="False"   
                                                 HorizontalScrollBarVisibility="Disabled"   
                                                 VerticalScrollBarVisibility="Auto"   
                                                 CanContentScroll="True">   
                                       <ItemsPresenter />   
                                   </ScrollViewer>   
                               </ControlTemplate>   
                           </ItemsControl.Template>   
                           <ItemsControl.ItemsPanel>   
                               <ItemsPanelTemplate>   
                                   <VirtualizingStackPanel />   
                               </ItemsPanelTemplate>   
                           </ItemsControl.ItemsPanel>                               
                       </ItemsControlEx>                           
                   </DockPanel>                    </DockPanel>
               </ControlTemplate>                </ControlTemplate>
           </Setter.Value>            </Setter.Value>
       </Setter>        </Setter>
   </Style>    </Style>
</ResourceDictionary> </ResourceDictionary>