<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:presentationOptions="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
                    xmlns:stateConverters="clr-namespace:KasperskyLab.UI.Core.Visuals.Converters.StateConverters;assembly=KasperskyLab.UI.Core.Visuals">
      <VisualBrush x:Key="ManagementConsoleTileViewBoxWhite" Stretch="Uniform">
        <VisualBrush.Visual>
                <Image 
                           Source="{Loc KSOS_white_tile.png,
                                        Scope=About}"
                           Stretch="None" />
        </VisualBrush.Visual>
    </VisualBrush>
</ResourceDictionary>