wabbajack/Wabbajack.App.Wpf/Themes/Styles.xaml
2023-12-29 11:12:21 +01:00

3718 lines
283 KiB
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:darkBlendTheme="clr-namespace:DarkBlendTheme"
xmlns:local="clr-namespace:Wabbajack"
xmlns:mahapps="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:ic="clr-namespace:FluentIcons.WPF;assembly=FluentIcons.WPF"
mc:Ignorable="d">
<FontFamily x:Key="PrimaryFont">pack://application:,,,/Resources/Fonts/#Gabarito</FontFamily>
<!-- Converters -->
<local:BoolToVisibilityConverter x:Key="bool2VisibilityConverter" />
<local:BoolToVisibilityHiddenConverter x:Key="bool2VisibilityHiddenConverter" />
<local:InverseBooleanConverter x:Key="InverseBooleanConverter" />
<local:IsNotNullVisibilityConverter x:Key="IsNotNullVisibilityConverter" />
<local:EqualsToBoolConverter x:Key="EqualsToBoolConverter" />
<local:IsTypeVisibilityConverter x:Key="IsTypeVisibilityConverter" />
<local:AbsolutePathToStringConverter x:Key="AbsolutePathToStringConverter" />
<local:FileSizeConverter x:Key="FileSizeConverter"/>
<local:WidthHeightRectConverter x:Key="WidthHeightRectConverter" />
<!-- Colors -->
<Color x:Key="WindowBackgroundColor">#222531</Color>
<Color x:Key="WindowHoverBackgroundColor">#2A2B41</Color>
<Color x:Key="DarkBackgroundColor">#3c3652</Color>
<Color x:Key="DarkHoverBackgroundColor">#4e4571</Color>
<Color x:Key="LightBackgroundColor">#4e4571</Color>
<Color x:Key="BackgroundColor">#222531</Color>
<Color x:Key="DisabledBackgroundColor">#424242</Color>
<Color x:Key="PressedBackgroundColor">#4e4571</Color>
<Color x:Key="LightDisabledBackgroundColor">#666666</Color>
<Color x:Key="HeatedBorderColor">#362675</Color>
<Color x:Key="ForegroundColor">#EFEFEF</Color>
<Color x:Key="DimForegroundColor">#CCCCCC</Color>
<Color x:Key="HighlightColor">#BDBDBD</Color>
<Color x:Key="HotColor">#525252</Color>
<Color x:Key="Yellow">#ffc400</Color>
<Color x:Key="Red">#db2955</Color>
<Color x:Key="Green">#5fad56</Color>
<Color x:Key="YellowDark">#967400</Color>
<Color x:Key="Primary">#D9BBF9</Color>
<Color x:Key="PrimaryTransparent">#00BB86FC</Color>
<Color x:Key="PrimaryVariant">#8866ad</Color>
<Color x:Key="DarkPrimaryVariant">#270080</Color>
<Color x:Key="DarkerPrimaryVariant">#1b0059</Color>
<Color x:Key="Secondary">#3C3652</Color>
<Color x:Key="DarkSecondary">#363952</Color>
<Color x:Key="DarkerSecondary">#095952</Color>
<Color x:Key="SecondaryBackground">#042421</Color>
<Color x:Key="OffWhiteSeconday">#cef0ed</Color>
<Color x:Key="LightSecondary">#8cede5</Color>
<Color x:Key="IntenseSecondary">#00ffe7</Color>
<Color x:Key="Complementary">#4e4571</Color>
<Color x:Key="DarkComplementary">#3C3652</Color>
<Color x:Key="ComplementaryBackground">#2A2B41</Color>
<Color x:Key="IntenseComplementary">#abf74d</Color>
<Color x:Key="Analogous1">#868CFC</Color>
<Color x:Key="Analogous2">#F686FC</Color>
<Color x:Key="Triadic1">#FC86C7</Color>
<Color x:Key="Triadic2">#FCBB86</Color>
<!-- Mahapps overrides -->
<Color x:Key="MahApps.Colors.AccentBase">#FF3700B3</Color>
<!-- 80% -->
<Color x:Key="MahApps.Colors.Accent">#CC868CFC</Color>
<!-- 60% -->
<Color x:Key="MahApps.Colors.Accent2">#99868CFC</Color>
<!-- 40% -->
<Color x:Key="MahApps.Colors.Accent3">#66868CFC</Color>
<!-- 20% -->
<Color x:Key="MahApps.Colors.Accent4">#33868CFC</Color>
<SolidColorBrush
x:Key="MahApps.Brushes.Highlight"
options:Freeze="True"
Color="{StaticResource MahApps.Colors.Highlight}" />
<SolidColorBrush
x:Key="MahApps.Brushes.AccentBase"
options:Freeze="True"
Color="{StaticResource MahApps.Colors.AccentBase}" />
<SolidColorBrush
x:Key="MahApps.Brushes.Accent"
options:Freeze="True"
Color="{StaticResource MahApps.Colors.Accent}" />
<SolidColorBrush
x:Key="MahApps.Brushes.Accent2"
options:Freeze="True"
Color="{StaticResource MahApps.Colors.Accent2}" />
<SolidColorBrush
x:Key="MahApps.Brushes.Accent3"
options:Freeze="True"
Color="{StaticResource MahApps.Colors.Accent3}" />
<SolidColorBrush
x:Key="MahApps.Brushes.Accent4"
options:Freeze="True"
Color="{StaticResource MahApps.Colors.Accent4}" />
<!-- Brushes -->
<SolidColorBrush x:Key="YellowBrush" Color="{StaticResource Yellow}" />
<SolidColorBrush x:Key="GreenBrush" Color="{StaticResource Green}" />
<SolidColorBrush x:Key="RedBrush" Color="{StaticResource Red}" />
<SolidColorBrush x:Key="WarningBrush" Color="{StaticResource Yellow}" />
<SolidColorBrush x:Key="WarningDarkBrush" Color="{StaticResource YellowDark}" />
<SolidColorBrush x:Key="ErrorBrush" Color="{StaticResource Red}" />
<SolidColorBrush x:Key="DarkBackgroundBrush" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="DarkHoverBackgroundBrush" Color="{StaticResource DarkHoverBackgroundColor}" />
<SolidColorBrush x:Key="LightBackgroundBrush" Color="{StaticResource LightBackgroundColor}" />
<SolidColorBrush x:Key="BackgroundBrush" Color="{StaticResource BackgroundColor}" />
<SolidColorBrush x:Key="ForegroundBrush" Color="{StaticResource ForegroundColor}" />
<SolidColorBrush x:Key="DimForegroundBrush" Color="{StaticResource DimForegroundColor}" />
<SolidColorBrush x:Key="MouseOverForegroundBrush" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="WindowBackgroundBrush" Color="{StaticResource WindowBackgroundColor}" />
<SolidColorBrush x:Key="WindowHoverBackgroundBrush" Color="{StaticResource WindowHoverBackgroundColor}" />
<SolidColorBrush x:Key="BorderInterestBrush" Color="{StaticResource HeatedBorderColor}" />
<SolidColorBrush x:Key="HeatedBorderBrush" Color="{StaticResource HeatedBorderColor}" />
<SolidColorBrush x:Key="PrimaryBrush" Color="{StaticResource Primary}" />
<SolidColorBrush x:Key="PrimaryVariantBrush" Color="{StaticResource PrimaryVariant}" />
<SolidColorBrush x:Key="DarkPrimaryVariantBrush" Color="{StaticResource DarkPrimaryVariant}" />
<SolidColorBrush x:Key="DarkerPrimaryVariantBrush" Color="{StaticResource DarkerPrimaryVariant}" />
<SolidColorBrush x:Key="SecondaryBrush" Color="{StaticResource Secondary}" />
<SolidColorBrush x:Key="DarkSecondaryBrush" Color="{StaticResource DarkSecondary}" />
<SolidColorBrush x:Key="DarkerSecondaryBrush" Color="{StaticResource DarkerSecondary}" />
<SolidColorBrush x:Key="SecondaryBackgroundBrush" Color="{StaticResource SecondaryBackground}" />
<SolidColorBrush x:Key="OffWhiteSecondayBrush" Color="{StaticResource OffWhiteSeconday}" />
<SolidColorBrush x:Key="LightSecondaryBrush" Color="{StaticResource LightSecondary}" />
<SolidColorBrush x:Key="IntenseSecondaryBrush" Color="{StaticResource IntenseSecondary}" />
<SolidColorBrush x:Key="ComplementaryBrush" Color="{StaticResource Complementary}" />
<SolidColorBrush x:Key="DarkComplementaryBrush" Color="{StaticResource DarkComplementary}" />
<SolidColorBrush x:Key="IntenseComplementaryBrush" Color="{StaticResource IntenseComplementary}" />
<SolidColorBrush x:Key="ComplementaryBackgroundBrush" Color="{StaticResource ComplementaryBackground}" />
<SolidColorBrush x:Key="Analogous1Brush" Color="{StaticResource Analogous1}" />
<SolidColorBrush x:Key="Analogous2Brush" Color="{StaticResource Analogous2}" />
<SolidColorBrush x:Key="Triadic1Brush" Color="{StaticResource Triadic1}" />
<SolidColorBrush x:Key="Triadic2Brush" Color="{StaticResource Triadic2}" />
<SolidColorBrush x:Key="TabItemHotBackground" Color="{StaticResource HotColor}" />
<SolidColorBrush x:Key="TabItemSelectedBackground" Color="{StaticResource LightBackgroundColor}" />
<SolidColorBrush x:Key="TabItemHotBorderBrush" Color="{StaticResource HotColor}" />
<SolidColorBrush x:Key="TabItemDisabledBackground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="TabItemDisabledBorderBrush" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="ScrollViewerBackground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="VerticalScrollBarBackground" Color="{StaticResource BackgroundColor}" />
<SolidColorBrush x:Key="HorizontalScrollBarBackground" Color="{StaticResource BackgroundColor}" />
<SolidColorBrush x:Key="VerticalScrollBarThumb" Color="{StaticResource Primary}" />
<SolidColorBrush x:Key="ScrollBarDisabledBackground" Color="{StaticResource BackgroundColor}" />
<SolidColorBrush x:Key="ScrollBarHotThumb" Color="{StaticResource Primary}" />
<SolidColorBrush x:Key="ScrollBarSelectedThumb" Color="{StaticResource PrimaryVariant}" />
<SolidColorBrush x:Key="CornerBorder" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="TextBoxBorder" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="TextBoxBackground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="TextBoxDisabledForeground" Color="#8C8C8C" />
<SolidColorBrush x:Key="TextBoxDisabledBackground" Color="{StaticResource DisabledBackgroundColor}" />
<SolidColorBrush x:Key="InactiveSelectionHighlightBrush" Color="#335C85" />
<SolidColorBrush x:Key="ComboBoxButtonNormalBackground" Color="Transparent" />
<SolidColorBrush x:Key="ButtonNormalBackground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="ButtonNormalBorder" Color="#4C4C4C" />
<SolidColorBrush x:Key="ButtonForeground" Color="{StaticResource ForegroundColor}" />
<SolidColorBrush x:Key="MouseOverButtonForeground" Color="White" />
<SolidColorBrush x:Key="ButtonBackground" Color="{StaticResource LightBackgroundColor}" />
<SolidColorBrush x:Key="ButtonBorder" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="PressedButtonBackground" Color="{StaticResource PressedBackgroundColor}" />
<SolidColorBrush x:Key="MouseOverButtonBackground" Color="{StaticResource LightBackgroundColor}" />
<SolidColorBrush x:Key="DisabledButtonBackground" Color="{StaticResource LightDisabledBackgroundColor}" />
<SolidColorBrush x:Key="DisabledButtonForeground" Color="#FF7E7E7E" />
<SolidColorBrush x:Key="Expander.Background" Color="{StaticResource LightBackgroundColor}" />
<SolidColorBrush x:Key="Expander.MouseOver.Arrow.Stroke" Color="{StaticResource ForegroundColor}" />
<SolidColorBrush x:Key="Expander.Disabled.Arrow.Stroke" Color="{StaticResource LightDisabledBackgroundColor}" />
<SolidColorBrush x:Key="Expander.Static.Arrow.Stroke" Color="#AAAAAA" />
<SolidColorBrush x:Key="CheckBoxFillNormal" Color="{StaticResource LightDisabledBackgroundColor}" />
<SolidColorBrush x:Key="CheckBoxMouseOverStroke" Color="{StaticResource ForegroundColor}" />
<SolidColorBrush x:Key="CheckBoxDisabledStroke" Color="{StaticResource DisabledBackgroundColor}" />
<SolidColorBrush x:Key="CheckBoxDisabledForeground" Color="#939393" />
<SolidColorBrush x:Key="CheckBoxStroke" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="RadioButtonMouseOverStroke" Color="{StaticResource ForegroundColor}" />
<SolidColorBrush x:Key="RadioButtonDisabledStroke" Color="{StaticResource DisabledBackgroundColor}" />
<SolidColorBrush x:Key="RadioButtonDisabledForeground" Color="#939393" />
<SolidColorBrush x:Key="RadioButtonStroke" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="RadioButtonForeground" Color="{StaticResource ForegroundColor}" />
<SolidColorBrush x:Key="RadioButtonBackground" Color="{StaticResource LightDisabledBackgroundColor}" />
<SolidColorBrush x:Key="ListBorder" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="ListBackground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="SelectedListItem" Color="{StaticResource HighlightColor}" />
<SolidColorBrush x:Key="SelectedListItemForeground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="MouseOverListItem" Color="#4A4A4A" />
<SolidColorBrush x:Key="TreeViewBackground" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="TreeViewDisabledForeground" Color="{StaticResource LightDisabledBackgroundColor}" />
<SolidColorBrush x:Key="DisabledMenuForeground" Color="#656565" />
<SolidColorBrush x:Key="MenuBackground" Color="#3A3A3A" />
<SolidColorBrush x:Key="MenuItemSelectionFill" Color="{StaticResource HighlightColor}" />
<SolidColorBrush x:Key="SubMenuBackgroundBrush" Color="#3A3A3A" />
<SolidColorBrush x:Key="MenuItemPressedFill" Color="{StaticResource HighlightColor}" />
<SolidColorBrush x:Key="SubMenuBorderBrush" Color="{StaticResource LightBackgroundColor}" />
<SolidColorBrush x:Key="SubMenuRepeatButtonBrush" Color="{StaticResource HotColor}" />
<SolidColorBrush x:Key="SubMenuHoverRepeatButtonBrush" Color="#7F7F7F" />
<SolidColorBrush x:Key="MenuSeparatorBrush" Color="#4C4C4C" />
<SolidColorBrush x:Key="DataGridBackgroundBrush" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="DataGridHeaderBackgroundBrush" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="DataGridHeaderMouseOverBrush" Color="#AAAAAA" />
<SolidColorBrush x:Key="DataGridHeaderBorderBrush" Color="{StaticResource DisabledBackgroundColor}" />
<SolidColorBrush x:Key="DataGridRowBorderBrush" Color="{StaticResource DisabledBackgroundColor}" />
<SolidColorBrush x:Key="DataGridRowBackgroundBrush" Color="{StaticResource DarkBackgroundColor}" />
<SolidColorBrush x:Key="DataGridRowSelectedBrush" Color="{StaticResource HighlightColor}" />
<SolidColorBrush x:Key="GridLinesBrush" Color="Transparent" />
<SolidColorBrush x:Key="{x:Static DataGrid.FocusBorderBrushKey}" Color="Red" />
<Geometry x:Key="MenuScrollDownArrowGeometry">M-0.7,5.2 L-2.2,6.7 3.6,12.6 9.5,6.7 8,5.2 3.6,9.6 z</Geometry>
<Geometry x:Key="MenuScrollUpArrowGeometry">M-2.2,10.9 L-0.7,12.4 3.7,8 8,12.4 9.5,10.9 3.7,5 z</Geometry>
<Geometry x:Key="Checkmark">M1.0E-41,4.2 L0,2.1 2.5,4.5 6.7,4.4E-47 6.7,2.3 2.5,6.7 z</Geometry>
<Geometry x:Key="CheckBoxCheckmark">M7.2,5 L5.5,7.16 4.16,6.3 3.5,6.7 5.5,8.4 8.6,5.25 C8.6,5.25 8,4.7 7.22,5</Geometry>
<Geometry x:Key="RightArrow">M 0,0 L 4,3.5 L 0,7 Z</Geometry>
<Geometry x:Key="ExpanderNormalArrow">M 1,1.5 L 4.5,5 L 8,1.5</Geometry>
<Geometry x:Key="ExpanderCheckedArrow">M 1,4.5 L 4.5,1 L 8,4.5</Geometry>
<Geometry x:Key="TabItemRoundedCorner">M6.5,2.6C4.767,0.973 2.509,0 0,0 0,0 0,19 0,19L23,19z</Geometry>
<Geometry x:Key="RepeatButton">M3.5445026,0 L7.0890052,7.0890053 L3.0459049E-09,7.0890053 z</Geometry>
<Geometry x:Key="ComboBoxArrow">M-0,6 L-0,8 8,8 8,-0 6,-0 6,6 z</Geometry>
<Geometry x:Key="ExpanderToggleButtonArrow">M5,-0 L9,5 1,5 z</Geometry>
<!-- FontStyle -->
<Style TargetType="{x:Type TextBlock}">
<Setter Property="FontFamily" Value="{StaticResource PrimaryFont}" />
<!--<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}"/>-->
</Style>
<Style TargetType="{x:Type Control}">
<Setter Property="FontFamily" Value="{StaticResource PrimaryFont}" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
</Style>
<Style TargetType="{x:Type Window}">
<Setter Property="FontFamily" Value="{StaticResource PrimaryFont}" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="Background" Value="{StaticResource WindowBackgroundBrush}" />
</Style>
<!-- Necessary for Blend designer for UserControls -->
<Style TargetType="{x:Type UserControl}">
<Setter Property="FontFamily" Value="{StaticResource PrimaryFont}" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
</Style>
<Style TargetType="{x:Type ItemsControl}">
<Setter Property="Focusable" Value="False" />
</Style>
<!-- ScrollBar -->
<Style TargetType="{x:Type ScrollViewer}">
<Setter Property="Background" Value="{DynamicResource ScrollViewerBackground}" />
<Setter Property="Focusable" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid x:Name="Grid" Background="{TemplateBinding Background}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Rectangle Grid.Row="1" Grid.Column="1"
x:Name="Corner"
Fill="{TemplateBinding Background}" />
<ScrollContentPresenter Grid.Row="0" Grid.Column="0"
x:Name="PART_ScrollContentPresenter"
Margin="{TemplateBinding Padding}"
CanContentScroll="{TemplateBinding CanContentScroll}"
CanHorizontallyScroll="False"
CanVerticallyScroll="False"
Content="{TemplateBinding Content}"
ContentTemplate="{TemplateBinding ContentTemplate}"
Focusable="False" />
<ScrollBar Grid.Row="0" Grid.Column="1"
x:Name="PART_VerticalScrollBar"
AutomationProperties.AutomationId="VerticalScrollBar"
Cursor="Arrow"
Maximum="{TemplateBinding ScrollableHeight}"
Minimum="0"
Style="{DynamicResource VerticalScrollBarStyle}"
ViewportSize="{TemplateBinding ViewportHeight}"
Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}"
Value="{Binding VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
<ScrollBar Grid.Row="1" Grid.Column="0"
x:Name="PART_HorizontalScrollBar"
AutomationProperties.AutomationId="HorizontalScrollBar"
Cursor="Arrow"
Maximum="{TemplateBinding ScrollableWidth}"
Minimum="0"
Orientation="Horizontal"
Style="{DynamicResource HorisontalScrollBarStyle}"
ViewportSize="{TemplateBinding ViewportWidth}"
Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}"
Value="{Binding HorizontalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="RepeatButtonUpStyle" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Grid Background="Transparent">
<Path
x:Name="TrianglePath"
Width="Auto"
Height="Auto"
Margin="5"
Data="{StaticResource RepeatButton}"
Fill="{StaticResource VerticalScrollBarThumb}"
Stretch="Fill" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="TrianglePath" Property="Fill" Value="{StaticResource ScrollBarHotThumb}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter TargetName="TrianglePath" Property="Fill" Value="{StaticResource ScrollBarSelectedThumb}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ScrollBarThumb" TargetType="{x:Type Thumb}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Grid>
<Rectangle
x:Name="VerticalThumb"
Width="7.4"
Fill="{StaticResource VerticalScrollBarThumb}"
RadiusX="4"
RadiusY="4" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="VerticalThumb" Property="Fill" Value="{StaticResource ScrollBarHotThumb}" />
</Trigger>
<Trigger Property="IsDragging" Value="True">
<Setter TargetName="VerticalThumb" Property="Fill" Value="{StaticResource ScrollBarSelectedThumb}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style
x:Key="RepeatButtonDownStyle"
BasedOn="{StaticResource RepeatButtonUpStyle}"
TargetType="{x:Type RepeatButton}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Grid Background="Transparent">
<Path
x:Name="BottomTrianglePath"
Width="Auto"
Height="Auto"
Margin="5"
Data="{StaticResource RepeatButton}"
Fill="{StaticResource VerticalScrollBarThumb}"
RenderTransformOrigin="0.5,0.5"
Stretch="Fill">
<Path.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="1" ScaleY="-1" />
<SkewTransform AngleX="0" AngleY="0" />
<RotateTransform Angle="0" />
<TranslateTransform />
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="BottomTrianglePath" Property="Fill" Value="{StaticResource ScrollBarHotThumb}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter TargetName="BottomTrianglePath" Property="Fill" Value="{StaticResource ScrollBarSelectedThumb}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="VerticalScrollBarPageButton" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Rectangle
Width="{TemplateBinding Width}"
Height="{TemplateBinding Height}"
Fill="{TemplateBinding Background}" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="HorizontalScrollBarPageButton" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Rectangle
Width="{TemplateBinding Width}"
Height="{TemplateBinding Height}"
Fill="{TemplateBinding Background}" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="VerticalScrollBarStyle" TargetType="{x:Type ScrollBar}">
<Setter Property="Background" Value="{StaticResource VerticalScrollBarBackground}" />
<Setter Property="Stylus.IsPressAndHoldEnabled" Value="false" />
<Setter Property="Stylus.IsFlicksEnabled" Value="false" />
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" />
<Setter Property="Width" Value="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}" />
<Setter Property="MinWidth" Value="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid
x:Name="Bg"
Background="{TemplateBinding Background}"
SnapsToDevicePixels="true">
<Grid.RowDefinitions>
<RowDefinition MaxHeight="{DynamicResource {x:Static SystemParameters.VerticalScrollBarButtonHeightKey}}" />
<RowDefinition Height="0.00001*" />
<RowDefinition MaxHeight="{DynamicResource {x:Static SystemParameters.VerticalScrollBarButtonHeightKey}}" />
</Grid.RowDefinitions>
<RepeatButton
Command="{x:Static ScrollBar.LineUpCommand}"
IsEnabled="{TemplateBinding IsMouseOver}"
Style="{StaticResource RepeatButtonUpStyle}" />
<Track Grid.Row="1"
x:Name="PART_Track"
IsDirectionReversed="true"
IsEnabled="{TemplateBinding IsMouseOver}">
<Track.DecreaseRepeatButton>
<RepeatButton Command="{x:Static ScrollBar.PageUpCommand}" Style="{StaticResource VerticalScrollBarPageButton}" />
</Track.DecreaseRepeatButton>
<Track.IncreaseRepeatButton>
<RepeatButton Command="{x:Static ScrollBar.PageDownCommand}" Style="{StaticResource VerticalScrollBarPageButton}" />
</Track.IncreaseRepeatButton>
<Track.Thumb>
<Thumb Style="{StaticResource ScrollBarThumb}" />
</Track.Thumb>
</Track>
<RepeatButton Grid.Row="2"
Command="{x:Static ScrollBar.LineDownCommand}"
IsEnabled="{TemplateBinding IsMouseOver}"
Style="{DynamicResource RepeatButtonDownStyle}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="Bg" Property="Background" Value="{StaticResource ScrollBarDisabledBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="Orientation" Value="Horizontal">
<Setter Property="Width" Value="Auto" />
<Setter Property="MinWidth" Value="0" />
<Setter Property="Height" Value="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarHeightKey}}" />
<Setter Property="MinHeight" Value="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarHeightKey}}" />
<Setter Property="Background" Value="{StaticResource HorizontalScrollBarBackground}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid
x:Name="Bg"
Background="{TemplateBinding Background}"
SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition MaxWidth="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarButtonWidthKey}}" />
<ColumnDefinition Width="0.00001*" />
<ColumnDefinition MaxWidth="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarButtonWidthKey}}" />
</Grid.ColumnDefinitions>
<RepeatButton
Command="{x:Static ScrollBar.LineLeftCommand}"
IsEnabled="{TemplateBinding IsMouseOver}"
Style="{StaticResource RepeatButtonUpStyle}" />
<Track Grid.Column="1"
x:Name="PART_Track"
IsEnabled="{TemplateBinding IsMouseOver}">
<Track.DecreaseRepeatButton>
<RepeatButton Command="{x:Static ScrollBar.PageLeftCommand}" Style="{StaticResource HorizontalScrollBarPageButton}" />
</Track.DecreaseRepeatButton>
<Track.IncreaseRepeatButton>
<RepeatButton Command="{x:Static ScrollBar.PageRightCommand}" Style="{StaticResource HorizontalScrollBarPageButton}" />
</Track.IncreaseRepeatButton>
<Track.Thumb>
<Thumb Style="{StaticResource ScrollBarThumb}" />
</Track.Thumb>
</Track>
<RepeatButton Grid.Column="2"
Command="{x:Static ScrollBar.LineRightCommand}"
IsEnabled="{TemplateBinding IsMouseOver}"
Style="{StaticResource RepeatButtonUpStyle}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="Bg" Property="Background" Value="{StaticResource ScrollBarDisabledBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Trigger>
</Style.Triggers>
</Style>
<Style x:Key="HorisontalScrollBarStyle" TargetType="{x:Type ScrollBar}">
<Setter Property="Background" Value="{StaticResource VerticalScrollBarBackground}" />
<Setter Property="Stylus.IsPressAndHoldEnabled" Value="false" />
<Setter Property="Stylus.IsFlicksEnabled" Value="false" />
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" />
<Setter Property="Width" Value="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}" />
<Setter Property="MinWidth" Value="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}" />
<Style.Triggers>
<Trigger Property="Orientation" Value="Horizontal">
<Setter Property="Width" Value="Auto" />
<Setter Property="MinWidth" Value="0" />
<Setter Property="Height" Value="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarHeightKey}}" />
<Setter Property="MinHeight" Value="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarHeightKey}}" />
<Setter Property="Background" Value="{StaticResource HorizontalScrollBarBackground}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid
x:Name="Bg"
Background="{TemplateBinding Background}"
SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition MaxWidth="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarButtonWidthKey}}" />
<ColumnDefinition Width="0.00001*" />
<ColumnDefinition MaxWidth="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarButtonWidthKey}}" />
</Grid.ColumnDefinitions>
<RepeatButton
Command="{x:Static ScrollBar.LineLeftCommand}"
IsEnabled="{TemplateBinding IsMouseOver}"
Style="{DynamicResource RepeatLeftButtonStyle}" />
<Track Grid.Column="1"
x:Name="PART_Track"
IsEnabled="{TemplateBinding IsMouseOver}">
<Track.DecreaseRepeatButton>
<RepeatButton Command="{x:Static ScrollBar.PageLeftCommand}" Style="{StaticResource HorizontalScrollBarPageButton}" />
</Track.DecreaseRepeatButton>
<Track.IncreaseRepeatButton>
<RepeatButton Command="{x:Static ScrollBar.PageRightCommand}" Style="{StaticResource HorizontalScrollBarPageButton}" />
</Track.IncreaseRepeatButton>
<Track.Thumb>
<Thumb Style="{DynamicResource HorisontalThumbStyle}" />
</Track.Thumb>
</Track>
<RepeatButton Grid.Column="2"
Command="{x:Static ScrollBar.LineRightCommand}"
IsEnabled="{TemplateBinding IsMouseOver}"
Style="{DynamicResource RepeatRightButtonStyle}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="Bg" Property="Background" Value="{StaticResource ScrollBarDisabledBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Trigger>
</Style.Triggers>
</Style>
<Style x:Key="HorisontalThumbStyle" TargetType="{x:Type Thumb}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Grid>
<Rectangle
x:Name="VerticalThumb"
Height="7.4"
Fill="{StaticResource VerticalScrollBarThumb}"
RadiusX="4"
RadiusY="4" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="VerticalThumb" Property="Fill" Value="{StaticResource ScrollBarHotThumb}" />
</Trigger>
<Trigger Property="IsDragging" Value="True">
<Setter TargetName="VerticalThumb" Property="Fill" Value="{StaticResource ScrollBarSelectedThumb}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="RepeatLeftButtonStyle" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Grid Background="Transparent" RenderTransformOrigin="0.5,0.5">
<Grid.RenderTransform>
<TransformGroup>
<ScaleTransform />
<SkewTransform />
<RotateTransform Angle="270" />
<TranslateTransform />
</TransformGroup>
</Grid.RenderTransform>
<Path
x:Name="TrianglePath"
Width="Auto"
Height="Auto"
Margin="5"
Data="{StaticResource RepeatButton}"
Fill="{StaticResource VerticalScrollBarThumb}"
Stretch="Fill" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="TrianglePath" Property="Fill" Value="{StaticResource ScrollBarHotThumb}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter TargetName="TrianglePath" Property="Fill" Value="{StaticResource ScrollBarSelectedThumb}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="RepeatRightButtonStyle" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Grid Background="Transparent" RenderTransformOrigin="0.5,0.5">
<Grid.RenderTransform>
<TransformGroup>
<ScaleTransform />
<SkewTransform />
<RotateTransform Angle="270" />
<TranslateTransform />
</TransformGroup>
</Grid.RenderTransform>
<Path
x:Name="TrianglePath"
Width="Auto"
Height="Auto"
Margin="5"
Data="{StaticResource RepeatButton}"
Fill="{StaticResource VerticalScrollBarThumb}"
RenderTransformOrigin="0.5,0.5"
Stretch="Fill">
<Path.RenderTransform>
<TransformGroup>
<ScaleTransform />
<SkewTransform />
<RotateTransform Angle="180" />
<TranslateTransform />
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="TrianglePath" Property="Fill" Value="{StaticResource ScrollBarHotThumb}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter TargetName="TrianglePath" Property="Fill" Value="{StaticResource ScrollBarSelectedThumb}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- TextBox -->
<Style
x:Key="MainTextBoxStyle"
BasedOn="{StaticResource {x:Type Control}}"
TargetType="{x:Type TextBox}">
<Setter Property="Background" Value="{StaticResource TextBoxBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource TextBoxBorder}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Padding" Value="3" />
<Setter Property="AllowDrop" Value="true" />
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="ScrollViewer.PanningMode" Value="VerticalFirst" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TextBox}">
<Border
x:Name="Bd"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="3"
SnapsToDevicePixels="true">
<Grid>
<ScrollViewer
x:Name="PART_ContentHost"
Padding="{TemplateBinding Padding}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<TextBlock Grid.Row="1" Grid.Column="0"
x:Name="PART_Message"
Padding="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
Foreground="{TemplateBinding Foreground}"
Style="{DynamicResource MahApps.Metro.Styles.MetroWatermarkTextBlock}"
Text="{TemplateBinding mahapps:TextBoxHelper.Watermark}"
TextAlignment="{TemplateBinding mahapps:TextBoxHelper.WatermarkAlignment}"
TextTrimming="{TemplateBinding mahapps:TextBoxHelper.WatermarkTrimming}"
TextWrapping="{TemplateBinding mahapps:TextBoxHelper.WatermarkWrapping}"
Visibility="Collapsed" />
</Grid>
</Border>
<ControlTemplate.Resources>
<Storyboard x:Key="enterGotFocus">
<DoubleAnimation
Storyboard.TargetName="PART_Message"
Storyboard.TargetProperty="Opacity"
To=".2"
Duration="0:0:0.2" />
</Storyboard>
<Storyboard x:Key="exitGotFocus">
<DoubleAnimation
Storyboard.TargetName="PART_Message"
Storyboard.TargetProperty="Opacity"
Duration="0:0:0.2" />
</Storyboard>
<Storyboard x:Key="enterHasText">
<DoubleAnimation
Storyboard.TargetName="PART_Message"
Storyboard.TargetProperty="Opacity"
From=".2"
To="0"
Duration="0:0:0.2" />
</Storyboard>
<Storyboard x:Key="exitHasText">
<DoubleAnimation
Storyboard.TargetName="PART_Message"
Storyboard.TargetProperty="Opacity"
Duration="0:0:0.2" />
</Storyboard>
</ControlTemplate.Resources>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource TextBoxDisabledForeground}" />
<Setter TargetName="PART_ContentHost" Property="Background" Value="{StaticResource TextBoxDisabledBackground}" />
<Setter TargetName="Bd" Property="Background" Value="{StaticResource TextBoxDisabledBackground}" />
<Setter TargetName="Bd" Property="BorderBrush" Value="{StaticResource TextBoxDisabledBackground}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="mahapps:TextBoxHelper.HasText" Value="False" />
<Condition Property="IsFocused" Value="True" />
</MultiTrigger.Conditions>
<MultiTrigger.EnterActions>
<BeginStoryboard Storyboard="{StaticResource enterGotFocus}" />
</MultiTrigger.EnterActions>
<MultiTrigger.ExitActions>
<BeginStoryboard Storyboard="{StaticResource exitGotFocus}" />
</MultiTrigger.ExitActions>
</MultiTrigger>
<Trigger Property="mahapps:TextBoxHelper.HasText" Value="True">
<Trigger.EnterActions>
<BeginStoryboard Storyboard="{StaticResource enterHasText}" />
</Trigger.EnterActions>
<Trigger.ExitActions>
<BeginStoryboard Storyboard="{StaticResource exitHasText}" />
</Trigger.ExitActions>
</Trigger>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource Self}, Path=Text}" Value="">
<Setter TargetName="PART_Message" Property="Visibility" Value="Visible" />
</DataTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<DataTrigger Binding="{Binding Path=(Validation.HasError), RelativeSource={RelativeSource self}}" Value="True">
<Setter Property="ToolTip" Value="{Binding RelativeSource={x:Static RelativeSource.Self}, Path=(Validation.Errors)[0].ErrorContent}" />
</DataTrigger>
</Style.Triggers>
</Style>
<Style BasedOn="{StaticResource MainTextBoxStyle}" TargetType="TextBox" />
<!-- ComboBox -->
<Style x:Key="ComboBoxFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle
Margin="2,2,21,2"
SnapsToDevicePixels="true"
Stroke="{StaticResource ForegroundBrush}"
StrokeDashArray="1 2"
StrokeThickness="1" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ComboBoxReadonlyToggleButton" TargetType="{x:Type ToggleButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Focusable" Value="false" />
<Setter Property="ClickMode" Value="Press" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
CornerRadius="3"
SnapsToDevicePixels="true">
<Border
x:Name="PopUpButton"
Width="15"
Margin="1"
HorizontalAlignment="Right"
Background="{DynamicResource ComboBoxButtonNormalBackground}"
CornerRadius="3">
<Path
x:Name="Arrow"
Width="5.5"
Height="5.5"
Margin="0,4,0,7"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Data="{StaticResource ComboBoxArrow}"
Fill="{DynamicResource ButtonForeground}"
RenderTransformOrigin="0.5,0.5"
Stretch="Fill">
<Path.RenderTransform>
<TransformGroup>
<ScaleTransform />
<SkewTransform />
<RotateTransform Angle="45" />
<TranslateTransform />
</TransformGroup>
</Path.RenderTransform>
</Path>
</Border>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="true">
<Setter TargetName="PopUpButton" Property="Background" Value="{DynamicResource MouseOverButtonBackground}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="Arrow" Property="Fill" Value="{DynamicResource DisabledButtonForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<ControlTemplate x:Key="ComboBoxEditableTemplate" TargetType="{x:Type ComboBox}">
<Grid x:Name="Placement" SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Popup Grid.ColumnSpan="2"
x:Name="PART_Popup"
Margin="1"
AllowsTransparency="true"
IsOpen="{Binding IsDropDownOpen, RelativeSource={RelativeSource TemplatedParent}}"
Placement="Bottom"
PopupAnimation="{DynamicResource {x:Static SystemParameters.ComboBoxPopupAnimationKey}}">
<Border
x:Name="Shdw"
MinWidth="{Binding ActualWidth, ElementName=Placement}"
MaxHeight="{TemplateBinding MaxDropDownHeight}"
Background="Transparent">
<Border
x:Name="DropDownBorder"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="1">
<ScrollViewer x:Name="DropDownScrollViewer">
<Grid RenderOptions.ClearTypeHint="Enabled">
<Canvas
Width="0"
Height="0"
HorizontalAlignment="Left"
VerticalAlignment="Top">
<Rectangle
x:Name="OpaqueRect"
Width="{Binding ActualWidth, ElementName=DropDownBorder}"
Height="{Binding ActualHeight, ElementName=DropDownBorder}"
Fill="{Binding Background, ElementName=DropDownBorder}" />
</Canvas>
<ItemsPresenter
x:Name="ItemsPresenter"
KeyboardNavigation.DirectionalNavigation="Contained"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
</ScrollViewer>
</Border>
</Border>
</Popup>
<Border Grid.ColumnSpan="2"
x:Name="Border"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding Background}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="3" />
<TextBox x:Name="PART_EditableTextBox" />
<ToggleButton Grid.Column="1"
IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
Style="{StaticResource ComboBoxReadonlyToggleButton}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="HasItems" Value="false">
<Setter TargetName="DropDownBorder" Property="Height" Value="95" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{DynamicResource TextBoxDisabledForeground}" />
<Setter Property="Background" Value="{DynamicResource TextBoxDisabledBackground}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsGrouping" Value="true" />
<!--<Condition Property="VirtualizingPanel.IsVirtualizingWhenGrouping" Value="false"/>-->
</MultiTrigger.Conditions>
<Setter Property="ScrollViewer.CanContentScroll" Value="false" />
</MultiTrigger>
<Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
<Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
<Setter TargetName="Shdw" Property="Background" Value="#71000000" />
</Trigger>
<Trigger SourceName="DropDownScrollViewer" Property="ScrollViewer.CanContentScroll" Value="false">
<Setter TargetName="OpaqueRect" Property="Canvas.Top" Value="{Binding VerticalOffset, ElementName=DropDownScrollViewer}" />
<Setter TargetName="OpaqueRect" Property="Canvas.Left" Value="{Binding HorizontalOffset, ElementName=DropDownScrollViewer}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<Style TargetType="{x:Type ComboBox}">
<Setter Property="FocusVisualStyle" Value="{StaticResource ComboBoxFocusVisual}" />
<Setter Property="Foreground" Value="{DynamicResource ButtonForeground}" />
<Setter Property="Background" Value="{StaticResource ButtonNormalBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource ButtonNormalBorder}" />
<Setter Property="Padding" Value="5,3,5,1" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.CanContentScroll" Value="true" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="ItemContainerStyle" Value="{DynamicResource ComboBoxItemStyle}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ComboBox}">
<Grid x:Name="MainGrid" SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" MinWidth="18" />
</Grid.ColumnDefinitions>
<Popup Grid.ColumnSpan="2"
x:Name="PART_Popup"
Margin="1"
AllowsTransparency="true"
IsOpen="{Binding IsDropDownOpen, RelativeSource={RelativeSource TemplatedParent}}"
Placement="Bottom"
PopupAnimation="{DynamicResource {x:Static SystemParameters.ComboBoxPopupAnimationKey}}">
<Border
x:Name="Shdw"
MinWidth="{Binding ActualWidth, ElementName=MainGrid}"
MaxHeight="{TemplateBinding MaxDropDownHeight}"
Background="Transparent">
<Border
x:Name="DropDownBorder"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="1">
<ScrollViewer x:Name="DropDownScrollViewer">
<Grid RenderOptions.ClearTypeHint="Enabled">
<Canvas
Width="0"
Height="0"
HorizontalAlignment="Left"
VerticalAlignment="Top">
<Rectangle
x:Name="OpaqueRect"
Width="{Binding ActualWidth, ElementName=DropDownBorder}"
Height="{Binding ActualHeight, ElementName=DropDownBorder}"
Fill="{Binding Background, ElementName=DropDownBorder}" />
</Canvas>
<ItemsPresenter
x:Name="ItemsPresenter"
KeyboardNavigation.DirectionalNavigation="Contained"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
</ScrollViewer>
</Border>
</Border>
</Popup>
<ToggleButton Grid.ColumnSpan="2"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
Style="{StaticResource ComboBoxReadonlyToggleButton}" />
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
Content="{TemplateBinding SelectionBoxItem}"
ContentStringFormat="{TemplateBinding SelectionBoxItemStringFormat}"
ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}"
ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}"
IsHitTestVisible="false"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
<Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
<Setter TargetName="Shdw" Property="Background" Value="#71000000" />
</Trigger>
<Trigger Property="HasItems" Value="false">
<Setter TargetName="DropDownBorder" Property="Height" Value="95" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{DynamicResource TextBoxDisabledForeground}" />
<Setter Property="Background" Value="{DynamicResource TextBoxDisabledBackground}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsGrouping" Value="true" />
<!--<Condition Property="VirtualizingPanel.IsVirtualizingWhenGrouping" Value="false"/>-->
</MultiTrigger.Conditions>
<Setter Property="ScrollViewer.CanContentScroll" Value="false" />
</MultiTrigger>
<Trigger SourceName="DropDownScrollViewer" Property="ScrollViewer.CanContentScroll" Value="false">
<Setter TargetName="OpaqueRect" Property="Canvas.Top" Value="{Binding VerticalOffset, ElementName=DropDownScrollViewer}" />
<Setter TargetName="OpaqueRect" Property="Canvas.Left" Value="{Binding HorizontalOffset, ElementName=DropDownScrollViewer}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="IsEditable" Value="true">
<!--<Setter Property="BorderBrush" Value="{StaticResource TextBoxBorder2}"/>
<Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"/>-->
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Padding" Value="3" />
<Setter Property="Template" Value="{StaticResource ComboBoxEditableTemplate}" />
</Trigger>
</Style.Triggers>
</Style>
<Style x:Key="ComboBoxItemStyle" TargetType="{x:Type ComboBoxItem}">
<Setter Property="HorizontalContentAlignment" Value="{Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="Padding" Value="3,0,3,0" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ComboBoxItem}">
<Border
x:Name="Bd"
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ContentPresenter
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsHighlighted" Value="true">
<Setter TargetName="Bd" Property="Background" Value="{StaticResource SelectedListItem}" />
<Setter Property="Foreground" Value="Black" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.GrayTextBrushKey}}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- Button -->
<Style x:Key="ButtonFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle
Margin="2"
SnapsToDevicePixels="true"
Stroke="{StaticResource ForegroundBrush}"
StrokeDashArray="1 2"
StrokeThickness="1" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="MainButtonStyle" TargetType="{x:Type Button}">
<Setter Property="FocusVisualStyle" Value="{StaticResource ButtonFocusVisual}" />
<Setter Property="Background" Value="{StaticResource DarkBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{StaticResource ButtonBorder}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Focusable" Value="False" />
<Setter Property="Foreground" Value="{StaticResource ButtonForeground}" />
<Setter Property="HorizontalContentAlignment" Value="Center" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="Padding" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Grid>
<Border
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="16">
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="true">
<Setter Property="Background" Value="{StaticResource DarkHoverBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{StaticResource MahApps.Brushes.Transparent}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="true">
<Setter Property="Background" Value="{StaticResource PressedButtonBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource MahApps.Brushes.Transparent}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="{StaticResource DisabledButtonBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Resources>
<Style TargetType="ic:SymbolIcon">
<Style.Triggers>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource AncestorType=Button}, Path=IsMouseOver}" Value="True">
<Setter Property="IsFilled" Value="True"/>
</DataTrigger>
</Style.Triggers>
</Style>
</Style.Resources>
</Style>
<Style x:Key="LargeButtonStyle" TargetType="{x:Type Button}">
<Setter Property="FocusVisualStyle" Value="{StaticResource ButtonFocusVisual}" />
<Setter Property="Background" Value="{StaticResource DarkBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{StaticResource ButtonBorder}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Focusable" Value="False" />
<Setter Property="Foreground" Value="{StaticResource ButtonForeground}" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="VerticalContentAlignment" Value="Stretch" />
<Setter Property="Padding" Value="2" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Grid>
<Border
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="20"
Padding="13">
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="true">
<Setter Property="Background" Value="{StaticResource DarkHoverBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{StaticResource MahApps.Brushes.Transparent}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="true">
<Setter Property="Background" Value="{StaticResource PressedButtonBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource MahApps.Brushes.Transparent}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="{StaticResource DisabledButtonBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Resources>
<Style TargetType="ic:SymbolIcon">
<Style.Triggers>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource AncestorType=Button, AncestorLevel=1}, Path=IsMouseOver}" Value="True">
<Setter Property="IsFilled" Value="True" />
</DataTrigger>
</Style.Triggers>
</Style>
</Style.Resources>
</Style>
<Style x:Key="MainNavButtonStyle" BasedOn="{StaticResource MainButtonStyle}" TargetType="{x:Type Button}">
<Setter Property="Background" Value="{StaticResource WindowBackgroundBrush}"/>
<Setter Property="BorderBrush" Value="Transparent"/>
<Style.Resources>
<Style TargetType="Button">
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="{StaticResource DarkHoverBackgroundBrush}" />
</Trigger>
</Style.Triggers>
</Style>
</Style.Resources>
</Style>
<Style x:Key="ActiveNavButtonStyle" BasedOn="{StaticResource MainButtonStyle}" TargetType="{x:Type Button}">
<Setter Property="BorderBrush" Value="Transparent"/>
<Setter Property="Background" Value="{StaticResource WindowHoverBackgroundBrush}"/>
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}"/>
<Style.Resources>
<Style TargetType="ic:SymbolIcon">
<Setter Property="IsFilled" Value="True"/>
</Style>
</Style.Resources>
</Style>
<Style
x:Key="CircleButtonStyle"
BasedOn="{StaticResource MahApps.Styles.Button.Circle}"
TargetType="ButtonBase">
<Setter Property="Focusable" Value="False" />
<Setter Property="Background" Value="#333333" />
<Style.Triggers>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="#222222" />
</Trigger>
</Style.Triggers>
</Style>
<Style
x:Key="IconCircleButtonStyle"
BasedOn="{StaticResource MahApps.Styles.Button.Circle}"
TargetType="ButtonBase">
<Setter Property="Focusable" Value="False" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="BorderThickness" Value="2" />
<Style.Triggers>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="#222222" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="#333333" />
<Setter Property="BorderBrush" Value="{StaticResource MahApps.Brushes.Transparent}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
</Trigger>
</Style.Triggers>
</Style>
<Style x:Key="IconBareButtonStyle" TargetType="ButtonBase">
<Setter Property="Focusable" Value="False" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Border Background="{TemplateBinding Background}" CornerRadius="3">
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Resources>
<Style TargetType="ic:SymbolIcon">
<Style.Triggers>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource AncestorType=Button, AncestorLevel=1}, Path=IsMouseOver}" Value="True">
<Setter Property="IsFilled" Value="True" />
</DataTrigger>
</Style.Triggers>
</Style>
</Style.Resources>
<Style.Triggers>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="Transparent" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="BorderBrush" Value="{StaticResource ComplementaryBrush}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
<Setter Property="Background" Value="Transparent" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" Value="{StaticResource BackgroundBrush}" />
</Trigger>
</Style.Triggers>
</Style>
<Style
x:Key="TransparentBackgroundButtonStyle"
BasedOn="{StaticResource MainButtonStyle}"
TargetType="{x:Type Button}">
<Setter Property="Focusable" Value="False" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="BorderBrush" Value="Transparent" />
<Style.Resources>
<Style TargetType="ic:SymbolIcon">
<Style.Triggers>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource AncestorType=Button, AncestorLevel=1}, Path=IsMouseOver}" Value="True">
<Setter Property="IsFilled" Value="True" />
</DataTrigger>
</Style.Triggers>
</Style>
</Style.Resources>
<Style.Triggers>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="Transparent" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="BorderBrush" Value="{StaticResource MahApps.Brushes.Transparent}" />
<Setter Property="Foreground" Value="{StaticResource PrimaryBrush}" />
<Setter Property="Background" Value="{StaticResource DarkBackgroundBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="BorderBrush" Value="{StaticResource PrimaryBrush}" />
<Setter Property="Background" Value="{StaticResource DarkBackgroundBrush}" />
</Trigger>
</Style.Triggers>
</Style>
<!-- ToggleButton -->
<Style TargetType="{x:Type ToggleButton}">
<Setter Property="FocusVisualStyle" Value="{StaticResource ButtonFocusVisual}" />
<Setter Property="Background" Value="{StaticResource ButtonBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource ButtonBorder}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Foreground" Value="{StaticResource ButtonForeground}" />
<Setter Property="HorizontalContentAlignment" Value="Center" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="Padding" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="3"
SnapsToDevicePixels="true">
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<ControlTemplate.Triggers>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsChecked" Value="false" />
<Condition Property="IsMouseOver" Value="true" />
</MultiTrigger.Conditions>
</MultiTrigger>
<Trigger Property="IsMouseOver" Value="true">
<Setter Property="Background" Value="{StaticResource MouseOverButtonBackground}" />
<Setter Property="Foreground" Value="{StaticResource MouseOverButtonForeground}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
<Setter Property="Background" Value="{StaticResource DisabledButtonBackground}" />
</Trigger>
<Trigger Property="IsChecked" Value="true">
<Setter Property="Background" Value="{StaticResource PressedButtonBackground}" />
<Setter Property="Foreground" Value="{StaticResource ButtonForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- Expander -->
<Style x:Key="ExpanderRightHeaderStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.RowDefinitions>
<RowDefinition Height="19" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid>
<Grid.LayoutTransform>
<TransformGroup>
<TransformGroup.Children>
<TransformCollection>
<RotateTransform Angle="-90" />
</TransformCollection>
</TransformGroup.Children>
</TransformGroup>
</Grid.LayoutTransform>
<Path
x:Name="arrow"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Data="{StaticResource ExpanderNormalArrow}"
SnapsToDevicePixels="false"
Stroke="{StaticResource Expander.Static.Arrow.Stroke}"
StrokeThickness="2" />
</Grid>
<ContentPresenter Grid.Row="1"
Margin="0,4,0,0"
HorizontalAlignment="Center"
VerticalAlignment="Top"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="arrow" Property="Data" Value="{StaticResource ExpanderCheckedArrow}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="true">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.Disabled.Arrow.Stroke}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ExpanderUpHeaderStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="19" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Grid>
<Grid.LayoutTransform>
<TransformGroup>
<TransformGroup.Children>
<TransformCollection>
<RotateTransform Angle="180" />
</TransformCollection>
</TransformGroup.Children>
</TransformGroup>
</Grid.LayoutTransform>
<Path
x:Name="arrow"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Data="{StaticResource ExpanderNormalArrow}"
SnapsToDevicePixels="false"
Stroke="{StaticResource Expander.Static.Arrow.Stroke}"
StrokeThickness="2" />
</Grid>
<ContentPresenter Grid.Column="1"
Margin="4,0,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="arrow" Property="Data" Value="{StaticResource ExpanderCheckedArrow}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="true">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.Disabled.Arrow.Stroke}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ExpanderLeftHeaderStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.RowDefinitions>
<RowDefinition Height="19" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid>
<Grid.LayoutTransform>
<TransformGroup>
<TransformGroup.Children>
<TransformCollection>
<RotateTransform Angle="90" />
</TransformCollection>
</TransformGroup.Children>
</TransformGroup>
</Grid.LayoutTransform>
<Path
x:Name="arrow"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Data="{StaticResource ExpanderNormalArrow}"
SnapsToDevicePixels="false"
Stroke="{StaticResource Expander.Static.Arrow.Stroke}"
StrokeThickness="2" />
</Grid>
<ContentPresenter Grid.Row="1"
Margin="0,4,0,0"
HorizontalAlignment="Center"
VerticalAlignment="Top"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="arrow" Property="Data" Value="{StaticResource ExpanderCheckedArrow}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="true">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.Disabled.Arrow.Stroke}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ExpanderHeaderFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Border>
<Rectangle
Margin="0"
SnapsToDevicePixels="true"
Stroke="Black"
StrokeDashArray="1 2"
StrokeThickness="1" />
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ExpanderDownHeaderStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="19" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Path
x:Name="arrow"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Data="{StaticResource ExpanderNormalArrow}"
SnapsToDevicePixels="false"
Stroke="{StaticResource Expander.Static.Arrow.Stroke}"
StrokeThickness="2" />
<ContentPresenter Grid.Column="1"
Margin="4,0,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="arrow" Property="Data" Value="{StaticResource ExpanderCheckedArrow}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="true">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.Disabled.Arrow.Stroke}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type Expander}">
<Setter Property="Foreground" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
<Setter Property="FontFamily" Value="{StaticResource PrimaryFont}" />
<Setter Property="Padding" Value="2" />
<Setter Property="Background" Value="{StaticResource Expander.Background}" />
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
<Setter Property="VerticalContentAlignment" Value="Stretch" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Expander}">
<Border
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="4"
SnapsToDevicePixels="true">
<DockPanel>
<ToggleButton
x:Name="HeaderSite"
MinWidth="0"
MinHeight="0"
Margin="5,1,1,1"
Padding="{TemplateBinding Padding}"
HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"
Content="{TemplateBinding Header}"
ContentTemplate="{TemplateBinding HeaderTemplate}"
ContentTemplateSelector="{TemplateBinding HeaderTemplateSelector}"
DockPanel.Dock="Top"
FocusVisualStyle="{StaticResource ExpanderHeaderFocusVisual}"
FontFamily="{TemplateBinding FontFamily}"
FontSize="{TemplateBinding FontSize}"
FontStretch="{TemplateBinding FontStretch}"
FontStyle="{TemplateBinding FontStyle}"
FontWeight="{TemplateBinding FontWeight}"
Foreground="{TemplateBinding Foreground}"
IsChecked="{Binding IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
Style="{DynamicResource ExpanderToggleButtonStyle}" />
<ContentPresenter
x:Name="ExpandSite"
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
DockPanel.Dock="Bottom"
Focusable="false"
Visibility="Collapsed" />
</DockPanel>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsExpanded" Value="true">
<Setter TargetName="ExpandSite" Property="Visibility" Value="Visible" />
</Trigger>
<Trigger Property="ExpandDirection" Value="Right">
<Setter TargetName="ExpandSite" Property="DockPanel.Dock" Value="Right" />
<Setter TargetName="HeaderSite" Property="DockPanel.Dock" Value="Left" />
<Setter TargetName="HeaderSite" Property="Style" Value="{StaticResource ExpanderRightHeaderStyle}" />
</Trigger>
<Trigger Property="ExpandDirection" Value="Up">
<Setter TargetName="ExpandSite" Property="DockPanel.Dock" Value="Top" />
<Setter TargetName="HeaderSite" Property="DockPanel.Dock" Value="Bottom" />
<Setter TargetName="HeaderSite" Property="Style" Value="{StaticResource ExpanderUpHeaderStyle}" />
</Trigger>
<Trigger Property="ExpandDirection" Value="Left">
<Setter TargetName="ExpandSite" Property="DockPanel.Dock" Value="Left" />
<Setter TargetName="HeaderSite" Property="DockPanel.Dock" Value="Right" />
<Setter TargetName="HeaderSite" Property="Style" Value="{StaticResource ExpanderLeftHeaderStyle}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.GrayTextBrushKey}}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ExpanderToggleButtonStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="8" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Path Grid.ColumnSpan="2"
x:Name="arrow"
Width="8"
Height="4.5"
Margin="2.068,6.27,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Data="{StaticResource ExpanderToggleButtonArrow}"
Fill="{StaticResource Expander.Static.Arrow.Stroke}"
RenderTransformOrigin="0.5,0.5"
Stretch="Fill"
Stroke="{StaticResource Expander.Static.Arrow.Stroke}"
StrokeThickness="1">
<Path.RenderTransform>
<TransformGroup>
<RotateTransform Angle="135" />
<TranslateTransform X="0.17819090885901012" Y="0.43019090885900946" />
</TransformGroup>
</Path.RenderTransform>
</Path>
<ContentPresenter Grid.Column="1"
Margin="4,0,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="false">
<Setter TargetName="arrow" Property="Margin" Value="-0.526,4.842,0,0" />
<Setter TargetName="arrow" Property="RenderTransform">
<Setter.Value>
<TransformGroup>
<RotateTransform Angle="90" />
<TranslateTransform X="0.17819090885901012" Y="0.43019090885900946" />
</TransformGroup>
</Setter.Value>
</Setter>
<Setter TargetName="arrow" Property="Fill" Value="Transparent" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsChecked" Value="true" />
</MultiTrigger.Conditions>
<Setter TargetName="arrow" Property="Fill" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsChecked" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="arrow" Property="Fill" Value="Transparent" />
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</MultiTrigger>
<Trigger Property="IsEnabled" Value="false" />
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- CheckBox -->
<Style x:Key="EmptyCheckBoxFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle
Margin="1"
SnapsToDevicePixels="true"
Stroke="{StaticResource CheckBoxStroke}"
StrokeDashArray="1 2"
StrokeThickness="1" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="CheckRadioFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle
Margin="14,0,0,0"
SnapsToDevicePixels="true"
Stroke="{StaticResource CheckBoxStroke}"
StrokeDashArray="1 2"
StrokeThickness="1" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type CheckBox}">
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="Background" Value="{StaticResource CheckBoxFillNormal}" />
<Setter Property="BorderBrush" Value="{StaticResource CheckBoxStroke}" />
<Setter Property="FocusVisualStyle" Value="{StaticResource EmptyCheckBoxFocusVisual}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type CheckBox}">
<BulletDecorator Background="Transparent" SnapsToDevicePixels="true">
<BulletDecorator.Bullet>
<Border
x:Name="CheckBoxBorder"
Width="12"
Height="12"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="1">
<Path
x:Name="CheckMark"
Width="Auto"
Height="Auto"
Margin="1,1.007,1,1"
Data="{StaticResource CheckBoxCheckmark}"
Fill="{StaticResource ButtonForeground}"
Stretch="Fill" />
</Border>
</BulletDecorator.Bullet>
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</BulletDecorator>
<ControlTemplate.Triggers>
<Trigger Property="HasContent" Value="true">
<Setter Property="FocusVisualStyle" Value="{StaticResource CheckRadioFocusVisual}" />
<Setter Property="Padding" Value="4,0,0,0" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource CheckBoxDisabledForeground}" />
<Setter TargetName="CheckBoxBorder" Property="BorderBrush" Value="{StaticResource CheckBoxDisabledStroke}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="CheckBoxBorder" Property="BorderBrush" Value="{StaticResource CheckBoxMouseOverStroke}" />
</Trigger>
<Trigger Property="IsChecked" Value="false">
<Setter TargetName="CheckMark" Property="Visibility" Value="Collapsed" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- RadioButton -->
<Style x:Key="RadioFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle
Margin="14,0,0,0"
SnapsToDevicePixels="true"
Stroke="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}"
StrokeDashArray="1 2"
StrokeThickness="1" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type RadioButton}">
<Setter Property="Foreground" Value="{StaticResource RadioButtonForeground}" />
<Setter Property="Background" Value="{StaticResource RadioButtonBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource RadioButtonStroke}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RadioButton}">
<BulletDecorator Background="Transparent">
<BulletDecorator.Bullet>
<Border
x:Name="RadioButtonBorder"
Width="12"
Height="12"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="6">
<Border
x:Name="RadioMark"
Width="6"
Height="6"
Background="{StaticResource RadioButtonForeground}"
BorderBrush="{StaticResource RadioButtonForeground}"
CornerRadius="6" />
</Border>
</BulletDecorator.Bullet>
<ContentPresenter
Margin="{TemplateBinding Padding}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True" />
</BulletDecorator>
<ControlTemplate.Triggers>
<Trigger Property="HasContent" Value="true">
<Setter Property="FocusVisualStyle" Value="{StaticResource RadioFocusVisual}" />
<Setter Property="Padding" Value="4,0,0,0" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource RadioButtonDisabledForeground}" />
<Setter TargetName="RadioButtonBorder" Property="BorderBrush" Value="{StaticResource RadioButtonDisabledStroke}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="RadioButtonBorder" Property="BorderBrush" Value="{StaticResource RadioButtonMouseOverStroke}" />
</Trigger>
<Trigger Property="IsChecked" Value="false">
<Setter TargetName="RadioMark" Property="Visibility" Value="Collapsed" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- ListView -->
<Style TargetType="{x:Type ListView}">
<Setter Property="Background" Value="{StaticResource ListBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource ListBorder}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.CanContentScroll" Value="true" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ListView}">
<Border
x:Name="Bd"
Padding="1"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ScrollViewer
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
Focusable="false">
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</ScrollViewer>
</Border>
<ControlTemplate.Triggers>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsGrouping" Value="true" />
<!--<Condition Property="VirtualizingPanel.IsVirtualizingWhenGrouping" Value="false"/>-->
</MultiTrigger.Conditions>
<Setter Property="ScrollViewer.CanContentScroll" Value="false" />
</MultiTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type ListViewItem}">
<Setter Property="Background" Value="Transparent" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="HorizontalContentAlignment" Value="{Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="Padding" Value="2,0,0,0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ListViewItem}">
<Border
x:Name="Bd"
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ContentPresenter
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsSelected" Value="true">
<Setter TargetName="Bd" Property="Background" Value="{StaticResource SelectedListItem}" />
<Setter Property="Foreground" Value="{StaticResource SelectedListItemForeground}" />
</Trigger>
<!--<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="true"/>
<Condition Property="Selector.IsSelectionActive" Value="false"/>
</MultiTrigger.Conditions>
<Setter Property="Background" TargetName="Bd" Value="{DynamicResource {x:Static SystemColors.InactiveSelectionHighlightBrushKey}}"/>
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}}"/>
</MultiTrigger>-->
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledMenuForeground}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsSelected" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="Bd" Property="Background" Value="{StaticResource MouseOverListItem}" />
</MultiTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- Label -->
<Style TargetType="{x:Type Label}">
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Padding" Value="5" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="VerticalContentAlignment" Value="Top" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Label}">
<Border
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ContentPresenter
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledButtonForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- TreeView -->
<Style TargetType="{x:Type TreeView}">
<Setter Property="Background" Value="{StaticResource TreeViewBackground}" />
<Setter Property="Padding" Value="1" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TreeView}">
<Border x:Name="Bd" SnapsToDevicePixels="true">
<ScrollViewer
x:Name="_tv_scrollviewer_"
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
CanContentScroll="false"
Focusable="false"
HorizontalScrollBarVisibility="{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalScrollBarVisibility="{TemplateBinding ScrollViewer.VerticalScrollBarVisibility}">
<ItemsPresenter />
</ScrollViewer>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource TreeViewDisabledForeground}" />
</Trigger>
<!--<Trigger Property="VirtualizingPanel.IsVirtualizing" Value="true">
<Setter Property="CanContentScroll" TargetName="_tv_scrollviewer_" Value="true"/>
</Trigger>-->
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<!--<Style.Triggers>
<Trigger Property="VirtualizingPanel.IsVirtualizing" Value="true">
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<VirtualizingStackPanel/>
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
</Trigger>
</Style.Triggers>-->
</Style>
<Style x:Key="TreeViewItemFocusVisual">
<Setter Property="Control.Template">
<Setter.Value>
<ControlTemplate>
<Rectangle />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type TreeViewItem}">
<Setter Property="Background" Value="Transparent" />
<Setter Property="MinHeight" Value="21" />
<Setter Property="HorizontalContentAlignment" Value="{Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="Padding" Value="2,4,2,3" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="FocusVisualStyle" Value="{StaticResource TreeViewItemFocusVisual}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TreeViewItem}">
<ControlTemplate.Resources>
<darkBlendTheme:LeftMarginMultiplierConverter x:Key="LengthConverter" Length="15" />
</ControlTemplate.Resources>
<StackPanel>
<Border
Name="Bd"
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}">
<Grid Margin="{Binding Converter={StaticResource LengthConverter}, RelativeSource={RelativeSource TemplatedParent}}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="15" />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<ToggleButton Grid.Column="0"
x:Name="Expander"
ClickMode="Press"
IsChecked="{Binding Path=IsExpanded, RelativeSource={RelativeSource TemplatedParent}}"
Style="{DynamicResource TreeViewToggleButtonStyle}" />
<ContentPresenter Grid.Column="1"
x:Name="PART_Header"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
ContentSource="Header" />
</Grid>
</Border>
<ItemsPresenter x:Name="ItemsHost" />
</StackPanel>
<ControlTemplate.Triggers>
<Trigger Property="IsExpanded" Value="false">
<Setter TargetName="ItemsHost" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="HasItems" Value="false">
<Setter TargetName="Expander" Property="Visibility" Value="Hidden" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="HasHeader" Value="false" />
<Condition Property="Width" Value="Auto" />
</MultiTrigger.Conditions>
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="HasHeader" Value="false" />
<Condition Property="Height" Value="Auto" />
</MultiTrigger.Conditions>
<Setter TargetName="PART_Header" Property="MinHeight" Value="21" />
</MultiTrigger>
<Trigger Property="IsSelected" Value="true">
<Setter TargetName="Bd" Property="Background" Value="{StaticResource SelectedListItem}" />
<Setter Property="Foreground" Value="{StaticResource SelectedListItemForeground}" />
<Setter TargetName="Expander" Property="Style" Value="{DynamicResource TreeViewSelectedToggleButtonStyle}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition SourceName="Bd" Property="IsMouseOver" Value="true" />
<Condition Property="IsSelected" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="Bd" Property="Background" Value="{StaticResource MouseOverListItem}" />
</MultiTrigger>
<!--<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="true"/>
<Condition Property="IsSelectionActive" Value="false"/>
</MultiTrigger.Conditions>
<Setter TargetName="Bd" Property="Background" Value="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"/>
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}"/>
</MultiTrigger>-->
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource TreeViewDisabledForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="TreeViewToggleButtonStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Focusable" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="8" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Path Grid.ColumnSpan="2"
x:Name="arrow"
Width="8"
Height="4.5"
Margin="2.068,6.27,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Data="{StaticResource ExpanderToggleButtonArrow}"
Fill="{StaticResource Expander.Static.Arrow.Stroke}"
RenderTransformOrigin="0.5,0.5"
Stretch="Fill"
Stroke="{StaticResource Expander.Static.Arrow.Stroke}"
StrokeThickness="1">
<Path.RenderTransform>
<TransformGroup>
<RotateTransform Angle="135" />
<TranslateTransform X="0.17819090885901012" Y="0.43019090885900946" />
</TransformGroup>
</Path.RenderTransform>
</Path>
<ContentPresenter Grid.Column="1"
Margin="4,0,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="false">
<Setter TargetName="arrow" Property="Margin" Value="-0.526,4.842,0,0" />
<Setter TargetName="arrow" Property="RenderTransform">
<Setter.Value>
<TransformGroup>
<RotateTransform Angle="90" />
<TranslateTransform X="0.17819090885901012" Y="0.43019090885900946" />
</TransformGroup>
</Setter.Value>
</Setter>
<Setter TargetName="arrow" Property="Fill" Value="Transparent" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsChecked" Value="true" />
</MultiTrigger.Conditions>
<Setter TargetName="arrow" Property="Fill" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsChecked" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="arrow" Property="Fill" Value="Transparent" />
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.MouseOver.Arrow.Stroke}" />
</MultiTrigger>
<Trigger Property="IsEnabled" Value="false">
<Setter TargetName="arrow" Property="Stroke" Value="{StaticResource Expander.Disabled.Arrow.Stroke}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="TreeViewSelectedToggleButtonStyle" TargetType="{x:Type ToggleButton}">
<Setter Property="Focusable" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border Padding="{TemplateBinding Padding}">
<Grid Background="Transparent" SnapsToDevicePixels="False">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="8" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Path Grid.ColumnSpan="2"
x:Name="arrow"
Width="8"
Height="4.5"
Margin="2.068,6.27,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Data="{StaticResource ExpanderToggleButtonArrow}"
Fill="{StaticResource TreeViewBackground}"
RenderTransformOrigin="0.5,0.5"
Stretch="Fill"
Stroke="{StaticResource TreeViewBackground}"
StrokeThickness="1">
<Path.RenderTransform>
<TransformGroup>
<RotateTransform Angle="135" />
<TranslateTransform X="0.17819090885901012" Y="0.43019090885900946" />
</TransformGroup>
</Path.RenderTransform>
</Path>
<ContentPresenter Grid.Column="1"
Margin="4,0,0,0"
HorizontalAlignment="Left"
VerticalAlignment="Center"
RecognizesAccessKey="True"
SnapsToDevicePixels="True" />
</Grid>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsChecked" Value="false">
<Setter TargetName="arrow" Property="Margin" Value="-0.526,4.842,0,0" />
<Setter TargetName="arrow" Property="RenderTransform">
<Setter.Value>
<TransformGroup>
<RotateTransform Angle="90" />
<TranslateTransform X="0.17819090885901012" Y="0.43019090885900946" />
</TransformGroup>
</Setter.Value>
</Setter>
<Setter TargetName="arrow" Property="Fill" Value="Transparent" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsChecked" Value="true" />
</MultiTrigger.Conditions>
<Setter TargetName="arrow" Property="Fill" Value="Transparent" />
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsChecked" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="arrow" Property="Fill" Value="{StaticResource TreeViewBackground}" />
</MultiTrigger>
<Trigger Property="IsEnabled" Value="false" />
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- StatusBar -->
<Style TargetType="{x:Type StatusBar}">
<Setter Property="Margin" Value="1,0,3,0" />
<Setter Property="Height" Value="18" />
<Setter Property="Background" Value="{StaticResource WindowBackgroundBrush}" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="FontFamily" Value="{StaticResource PrimaryFont}" />
<Setter Property="FontSize" Value="{DynamicResource {x:Static SystemFonts.StatusFontSizeKey}}" />
<Setter Property="FontStyle" Value="{DynamicResource {x:Static SystemFonts.StatusFontStyleKey}}" />
<Setter Property="FontWeight" Value="{DynamicResource {x:Static SystemFonts.StatusFontWeightKey}}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type StatusBar}">
<Border
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type StatusBarItem}">
<Setter Property="Margin" Value="4,0,4,0" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="HorizontalContentAlignment" Value="Left" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type StatusBarItem}">
<ContentPresenter
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource TextBoxDisabledForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- Menu -->
<Style TargetType="{x:Type Menu}">
<Setter Property="Background" Value="{StaticResource MenuBackground}" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Menu}">
<Border
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type ContextMenu}">
<Setter Property="Background" Value="{StaticResource MenuBackground}" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ContextMenu}">
<Border
Padding="{TemplateBinding Padding}"
Background="{StaticResource SubMenuBackgroundBrush}"
BorderBrush="{StaticResource SubMenuBorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<ControlTemplate x:Key="{ComponentResourceKey ResourceId=SubmenuItemTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}" TargetType="{x:Type MenuItem}">
<Grid SnapsToDevicePixels="true">
<Rectangle
x:Name="Bg"
Fill="{TemplateBinding Background}"
Stroke="{TemplateBinding BorderBrush}"
StrokeThickness="1" />
<Rectangle x:Name="InnerBorder" Margin="1" />
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition
Width="Auto"
MinWidth="14"
SharedSizeGroup="MenuItemIconColumnGroup" />
<ColumnDefinition Width="4" />
<ColumnDefinition Width="*" />
<ColumnDefinition MinWidth="37" />
<ColumnDefinition Width="Auto" SharedSizeGroup="MenuItemIGTColumnGroup" />
<ColumnDefinition Width="17" />
</Grid.ColumnDefinitions>
<ContentPresenter
x:Name="Icon"
Margin="1"
VerticalAlignment="Center"
ContentSource="Icon"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<Border
x:Name="GlyphPanel"
Margin="1"
BorderBrush="Transparent"
Visibility="Hidden">
<Path
x:Name="Glyph"
Width="7.5"
Height="7.5"
Margin="5,0,0,0"
VerticalAlignment="Center"
Data="{StaticResource Checkmark}"
Fill="{StaticResource ForegroundBrush}"
FlowDirection="LeftToRight"
Stretch="Fill" />
</Border>
<ContentPresenter Grid.Column="2"
x:Name="Content"
Margin="{TemplateBinding Padding}"
ContentSource="Header"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<TextBlock Grid.Column="4"
Margin="{TemplateBinding Padding}"
Text="{TemplateBinding InputGestureText}" />
</Grid>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="Icon" Value="{x:Null}">
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="IsHighlighted" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemSelectionFill}" />
<Setter TargetName="Content" Property="TextBlock.Foreground" Value="{StaticResource MouseOverForegroundBrush}" />
<Setter TargetName="Glyph" Property="Fill" Value="{StaticResource MouseOverForegroundBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledMenuForeground}" />
<Setter TargetName="Glyph" Property="Fill" Value="{StaticResource DisabledMenuForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<Style
x:Key="MenuScrollButton"
BasedOn="{x:Null}"
TargetType="{x:Type RepeatButton}">
<Setter Property="ClickMode" Value="Hover" />
<Setter Property="MinWidth" Value="0" />
<Setter Property="MinHeight" Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<DockPanel
x:Name="DPButton"
Background="{StaticResource SubMenuRepeatButtonBrush}"
SnapsToDevicePixels="true">
<ContentPresenter
x:Name="ContentContainer"
Margin="2,0,2,5"
HorizontalAlignment="Center"
VerticalAlignment="Center" />
</DockPanel>
<ControlTemplate.Triggers>
<Trigger Property="IsPressed" Value="true">
<Setter TargetName="DPButton" Property="Background" Value="{StaticResource SubMenuHoverRepeatButtonBrush}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<MenuScrollingVisibilityConverter x:Key="MenuScrollingVisibilityConverter" />
<Style
x:Key="{ComponentResourceKey ResourceId=MenuScrollViewer,
TypeInTargetAssembly={x:Type FrameworkElement}}"
BasedOn="{x:Null}"
TargetType="{x:Type ScrollViewer}">
<Setter Property="HorizontalScrollBarVisibility" Value="Hidden" />
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Border Grid.Row="1" Grid.Column="0">
<ScrollContentPresenter Margin="{TemplateBinding Padding}" CanContentScroll="{TemplateBinding CanContentScroll}" />
</Border>
<RepeatButton Grid.Row="0" Grid.Column="0"
Command="{x:Static ScrollBar.LineUpCommand}"
CommandTarget="{Binding RelativeSource={RelativeSource TemplatedParent}}"
Focusable="false"
Style="{StaticResource MenuScrollButton}">
<RepeatButton.Visibility>
<MultiBinding
Converter="{StaticResource MenuScrollingVisibilityConverter}"
ConverterParameter="0"
FallbackValue="Visibility.Collapsed">
<Binding Path="ComputedVerticalScrollBarVisibility" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="VerticalOffset" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="ExtentHeight" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="ViewportHeight" RelativeSource="{RelativeSource TemplatedParent}" />
</MultiBinding>
</RepeatButton.Visibility>
<Path
x:Name="UpArrow"
Data="{StaticResource MenuScrollUpArrowGeometry}"
Fill="{StaticResource ForegroundBrush}" />
</RepeatButton>
<RepeatButton Grid.Row="2" Grid.Column="0"
Command="{x:Static ScrollBar.LineDownCommand}"
CommandTarget="{Binding RelativeSource={RelativeSource TemplatedParent}}"
Focusable="false"
Style="{StaticResource MenuScrollButton}">
<RepeatButton.Visibility>
<MultiBinding
Converter="{StaticResource MenuScrollingVisibilityConverter}"
ConverterParameter="100"
FallbackValue="Visibility.Collapsed">
<Binding Path="ComputedVerticalScrollBarVisibility" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="VerticalOffset" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="ExtentHeight" RelativeSource="{RelativeSource TemplatedParent}" />
<Binding Path="ViewportHeight" RelativeSource="{RelativeSource TemplatedParent}" />
</MultiBinding>
</RepeatButton.Visibility>
<Path
x:Name="DownArrow"
Data="{StaticResource MenuScrollDownArrowGeometry}"
Fill="{StaticResource ForegroundBrush}" />
</RepeatButton>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<ControlTemplate x:Key="{ComponentResourceKey ResourceId=TopLevelHeaderTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}" TargetType="{x:Type MenuItem}">
<Grid SnapsToDevicePixels="true">
<Rectangle
x:Name="Bg"
Margin="1"
Fill="{TemplateBinding Background}" />
<DockPanel>
<ContentPresenter
x:Name="Icon"
Margin="4,0,6,0"
VerticalAlignment="Center"
ContentSource="Icon"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<Path
x:Name="GlyphPanel"
Width="7.5"
Height="7.5"
Margin="5,0,0,0"
VerticalAlignment="Center"
Data="{StaticResource Checkmark}"
Fill="{TemplateBinding Foreground}"
FlowDirection="LeftToRight"
Stretch="Fill"
Visibility="Collapsed" />
<ContentPresenter
x:Name="Content"
Margin="{TemplateBinding Padding}"
ContentSource="Header"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</DockPanel>
<Popup
x:Name="PART_Popup"
AllowsTransparency="true"
Focusable="false"
HorizontalOffset="1"
IsOpen="{Binding IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}"
Placement="Bottom"
PopupAnimation="{DynamicResource {x:Static SystemParameters.MenuPopupAnimationKey}}"
VerticalOffset="-1">
<Border x:Name="Shdw" Background="Transparent">
<Border
x:Name="SubMenuBorder"
Background="{StaticResource SubMenuBackgroundBrush}"
BorderBrush="{StaticResource SubMenuBorderBrush}"
BorderThickness="1">
<ScrollViewer
x:Name="SubMenuScrollViewer"
Margin="1,0"
Style="{DynamicResource {ComponentResourceKey ResourceId=MenuScrollViewer,
TypeInTargetAssembly={x:Type FrameworkElement}}}">
<Grid RenderOptions.ClearTypeHint="Enabled">
<Canvas
Width="0"
Height="0"
HorizontalAlignment="Left"
VerticalAlignment="Top">
<Rectangle
x:Name="OpaqueRect"
Width="{Binding ActualWidth, ElementName=SubMenuBorder}"
Height="{Binding ActualHeight, ElementName=SubMenuBorder}"
Fill="{StaticResource SubMenuBackgroundBrush}" />
</Canvas>
<ItemsPresenter
x:Name="ItemsPresenter"
Margin="2"
Grid.IsSharedSizeScope="true"
KeyboardNavigation.DirectionalNavigation="Cycle"
KeyboardNavigation.TabNavigation="Cycle"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
</ScrollViewer>
</Border>
</Border>
</Popup>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsSuspendingPopupAnimation" Value="true">
<Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
</Trigger>
<Trigger Property="Icon" Value="{x:Null}">
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
<Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
<Setter TargetName="Shdw" Property="Background" Value="#71000000" />
</Trigger>
<Trigger Property="IsHighlighted" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemPressedFill}" />
<Setter TargetName="Content" Property="TextBlock.Foreground" Value="{StaticResource MouseOverForegroundBrush}" />
<Setter TargetName="GlyphPanel" Property="Fill" Value="{StaticResource MouseOverForegroundBrush}" />
</Trigger>
<Trigger Property="IsKeyboardFocused" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemPressedFill}" />
</Trigger>
<Trigger Property="IsSubmenuOpen" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemPressedFill}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledMenuForeground}" />
<Setter TargetName="GlyphPanel" Property="Fill" Value="{StaticResource DisabledMenuForeground}" />
</Trigger>
<Trigger SourceName="SubMenuScrollViewer" Property="ScrollViewer.CanContentScroll" Value="false">
<Setter TargetName="OpaqueRect" Property="Canvas.Top" Value="{Binding VerticalOffset, ElementName=SubMenuScrollViewer}" />
<Setter TargetName="OpaqueRect" Property="Canvas.Left" Value="{Binding HorizontalOffset, ElementName=SubMenuScrollViewer}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<ControlTemplate x:Key="{ComponentResourceKey ResourceId=TopLevelItemTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}" TargetType="{x:Type MenuItem}">
<Grid SnapsToDevicePixels="true">
<Rectangle
x:Name="Bg"
Margin="1"
Fill="{TemplateBinding Background}" />
<DockPanel>
<ContentPresenter
x:Name="Icon"
Margin="4,0,6,0"
VerticalAlignment="Center"
ContentSource="Icon"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<Path
x:Name="GlyphPanel"
Width="7.5"
Height="7.5"
Margin="5,0,0,0"
VerticalAlignment="Center"
Data="{StaticResource Checkmark}"
Fill="{TemplateBinding Foreground}"
FlowDirection="LeftToRight"
Stretch="Fill"
Visibility="Collapsed" />
<ContentPresenter
Margin="{TemplateBinding Padding}"
ContentSource="Header"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</DockPanel>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="Icon" Value="{x:Null}">
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="IsHighlighted" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemSelectionFill}" />
<Setter Property="TextBlock.Foreground" Value="{StaticResource MouseOverForegroundBrush}" />
<Setter TargetName="GlyphPanel" Property="Fill" Value="{StaticResource MouseOverForegroundBrush}" />
</Trigger>
<Trigger Property="IsKeyboardFocused" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemPressedFill}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledMenuForeground}" />
<Setter TargetName="GlyphPanel" Property="Fill" Value="{StaticResource DisabledMenuForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<ControlTemplate x:Key="{ComponentResourceKey ResourceId=SubmenuHeaderTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}" TargetType="{x:Type MenuItem}">
<Grid SnapsToDevicePixels="true">
<Rectangle
x:Name="Bg"
Fill="{TemplateBinding Background}"
Stroke="{TemplateBinding BorderBrush}"
StrokeThickness="1" />
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition
Width="Auto"
MinWidth="14"
SharedSizeGroup="MenuItemIconColumnGroup" />
<ColumnDefinition Width="4" />
<ColumnDefinition Width="*" />
<ColumnDefinition MinWidth="37" />
<ColumnDefinition Width="Auto" SharedSizeGroup="MenuItemIGTColumnGroup" />
<ColumnDefinition Width="17" />
</Grid.ColumnDefinitions>
<ContentPresenter
x:Name="Icon"
Margin="1"
VerticalAlignment="Center"
ContentSource="Icon"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<Border
x:Name="GlyphPanel"
Margin="1"
Background="Transparent"
Visibility="Hidden">
<Path
x:Name="Glyph"
Width="7.5"
Height="7.5"
Margin="5,0,0,0"
VerticalAlignment="Center"
Data="{StaticResource Checkmark}"
Fill="{StaticResource ForegroundBrush}"
FlowDirection="LeftToRight"
Stretch="Fill" />
</Border>
<ContentPresenter Grid.Column="2"
x:Name="Content"
Margin="{TemplateBinding Padding}"
ContentSource="Header"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<TextBlock Grid.Column="4"
Margin="{TemplateBinding Padding}"
Text="{TemplateBinding InputGestureText}"
Visibility="Collapsed" />
<Path Grid.Column="5"
x:Name="RightArrowPath"
Margin="4,0,0,0"
VerticalAlignment="Center"
Data="{StaticResource RightArrow}"
Fill="{TemplateBinding Foreground}" />
</Grid>
<Popup
x:Name="PART_Popup"
AllowsTransparency="true"
Focusable="false"
HorizontalOffset="-2"
IsOpen="{Binding IsSubmenuOpen, RelativeSource={RelativeSource TemplatedParent}}"
Placement="Right"
PopupAnimation="{DynamicResource {x:Static SystemParameters.MenuPopupAnimationKey}}"
VerticalOffset="-3">
<Border x:Name="Shdw" Background="Transparent">
<Border
x:Name="SubMenuBorder"
Background="{StaticResource SubMenuBackgroundBrush}"
BorderBrush="{StaticResource SubMenuBorderBrush}"
BorderThickness="1">
<ScrollViewer
x:Name="SubMenuScrollViewer"
Margin="1,0"
Style="{DynamicResource {ComponentResourceKey ResourceId=MenuScrollViewer,
TypeInTargetAssembly={x:Type FrameworkElement}}}">
<Grid RenderOptions.ClearTypeHint="Enabled">
<Canvas
Width="0"
Height="0"
HorizontalAlignment="Left"
VerticalAlignment="Top">
<Rectangle
x:Name="OpaqueRect"
Width="{Binding ActualWidth, ElementName=SubMenuBorder}"
Height="{Binding ActualHeight, ElementName=SubMenuBorder}"
Fill="{StaticResource SubMenuBackgroundBrush}" />
</Canvas>
<ItemsPresenter
x:Name="ItemsPresenter"
Margin="2"
Grid.IsSharedSizeScope="true"
KeyboardNavigation.DirectionalNavigation="Cycle"
KeyboardNavigation.TabNavigation="Cycle"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
</ScrollViewer>
</Border>
</Border>
</Popup>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsSuspendingPopupAnimation" Value="true">
<Setter TargetName="PART_Popup" Property="PopupAnimation" Value="None" />
</Trigger>
<Trigger Property="Icon" Value="{x:Null}">
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger Property="IsChecked" Value="true">
<Setter TargetName="GlyphPanel" Property="Visibility" Value="Visible" />
<Setter TargetName="Icon" Property="Visibility" Value="Collapsed" />
</Trigger>
<Trigger SourceName="PART_Popup" Property="HasDropShadow" Value="true">
<Setter TargetName="Shdw" Property="Margin" Value="0,0,5,5" />
<Setter TargetName="Shdw" Property="Background" Value="#71000000" />
</Trigger>
<Trigger Property="IsHighlighted" Value="true">
<Setter TargetName="Bg" Property="Fill" Value="{StaticResource MenuItemSelectionFill}" />
<Setter TargetName="Content" Property="TextBlock.Foreground" Value="{StaticResource MouseOverForegroundBrush}" />
<Setter TargetName="RightArrowPath" Property="Fill" Value="{StaticResource MouseOverForegroundBrush}" />
<Setter TargetName="Glyph" Property="Fill" Value="{StaticResource MouseOverForegroundBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledMenuForeground}" />
<Setter TargetName="Glyph" Property="Fill" Value="{StaticResource DisabledMenuForeground}" />
</Trigger>
<Trigger SourceName="SubMenuScrollViewer" Property="ScrollViewer.CanContentScroll" Value="false">
<Setter TargetName="OpaqueRect" Property="Canvas.Top" Value="{Binding VerticalOffset, ElementName=SubMenuScrollViewer}" />
<Setter TargetName="OpaqueRect" Property="Canvas.Left" Value="{Binding HorizontalOffset, ElementName=SubMenuScrollViewer}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
<Style TargetType="{x:Type MenuItem}">
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="HorizontalContentAlignment" Value="{Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
<Setter Property="MinHeight" Value="21" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="Template" Value="{DynamicResource {ComponentResourceKey ResourceId=SubmenuItemTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}}" />
<Style.Triggers>
<Trigger Property="Role" Value="TopLevelHeader">
<Setter Property="Height" Value="25" />
<Setter Property="Padding" Value="7,6,8,3" />
<Setter Property="Template" Value="{DynamicResource {ComponentResourceKey ResourceId=TopLevelHeaderTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}}" />
</Trigger>
<Trigger Property="Role" Value="TopLevelItem">
<Setter Property="Height" Value="25" />
<Setter Property="Padding" Value="7,6,8,3" />
<Setter Property="Template" Value="{DynamicResource {ComponentResourceKey ResourceId=TopLevelItemTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}}" />
</Trigger>
<Trigger Property="Role" Value="SubmenuHeader">
<Setter Property="Height" Value="21" />
<Setter Property="Padding" Value="2,4,2,2" />
<Setter Property="Template" Value="{DynamicResource {ComponentResourceKey ResourceId=SubmenuHeaderTemplateKey, TypeInTargetAssembly={x:Type MenuItem}}}" />
</Trigger>
<Trigger Property="Role" Value="SubmenuItem">
<Setter Property="Height" Value="21" />
<Setter Property="Padding" Value="2,4,2,2" />
</Trigger>
</Style.Triggers>
</Style>
<!-- Separator -->
<Style x:Key="{x:Static MenuItem.SeparatorStyleKey}" TargetType="{x:Type Separator}">
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Separator}">
<Grid
Margin="3,2,3,2"
SnapsToDevicePixels="true"
UseLayoutRounding="False">
<Rectangle Height="1" Fill="{StaticResource MenuSeparatorBrush}" />
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- ListBox -->
<Style TargetType="{x:Type ListBox}">
<Setter Property="Background" Value="{StaticResource ListBackground}" />
<Setter Property="BorderBrush" Value="{StaticResource ListBorder}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.CanContentScroll" Value="true" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ListBox}">
<Border
x:Name="Bd"
Padding="1"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ScrollViewer Padding="{TemplateBinding Padding}" Focusable="false">
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</ScrollViewer>
</Border>
<ControlTemplate.Triggers>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsGrouping" Value="true" />
<!--<Condition Property="VirtualizingPanel.IsVirtualizingWhenGrouping" Value="false"/>-->
</MultiTrigger.Conditions>
<Setter Property="ScrollViewer.CanContentScroll" Value="false" />
</MultiTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="{x:Type ListBoxItem}">
<Setter Property="Background" Value="Transparent" />
<Setter Property="HorizontalContentAlignment" Value="{Binding HorizontalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="VerticalContentAlignment" Value="{Binding VerticalContentAlignment, RelativeSource={RelativeSource AncestorType={x:Type ItemsControl}}}" />
<Setter Property="Padding" Value="2,0,0,0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ListBoxItem}">
<Border
x:Name="Bd"
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="true">
<ContentPresenter
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsSelected" Value="true">
<Setter TargetName="Bd" Property="Background" Value="{StaticResource SelectedListItem}" />
<Setter Property="Foreground" Value="{StaticResource SelectedListItemForeground}" />
</Trigger>
<!--<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="true"/>
<Condition Property="Selector.IsSelectionActive" Value="false"/>
</MultiTrigger.Conditions>
<Setter Property="Background" TargetName="Bd" Value="{DynamicResource {x:Static SystemColors.InactiveSelectionHighlightBrushKey}}"/>
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.InactiveSelectionHighlightTextBrushKey}}"/>
</MultiTrigger>-->
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsSelected" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="Bd" Property="Background" Value="{StaticResource MouseOverListItem}" />
</MultiTrigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{StaticResource DisabledMenuForeground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- GroupBox -->
<BorderGapMaskConverter x:Key="BorderGapMaskConverter" />
<Style TargetType="{x:Type GroupBox}">
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="Foreground" Value="{StaticResource ForegroundBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type GroupBox}">
<Grid SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="6" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="6" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="6" />
</Grid.RowDefinitions>
<Border Grid.Row="1" Grid.RowSpan="3" Grid.Column="0" Grid.ColumnSpan="4"
Background="{TemplateBinding Background}"
BorderBrush="Transparent"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="3">
<!--<Border Grid.ColumnSpan="4"
CornerRadius="3"
Grid.Row="1"
Grid.RowSpan="3">-->
<Border.OpacityMask>
<MultiBinding Converter="{StaticResource BorderGapMaskConverter}" ConverterParameter="7">
<Binding ElementName="Header" Path="ActualWidth" />
<Binding Path="ActualWidth" RelativeSource="{RelativeSource Self}" />
<Binding Path="ActualHeight" RelativeSource="{RelativeSource Self}" />
</MultiBinding>
</Border.OpacityMask>
<Border
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="3">
<!--<Border BorderBrush="White"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="4"/>-->
</Border>
</Border>
<Border Grid.Row="0" Grid.RowSpan="2" Grid.Column="1"
x:Name="Header"
Padding="3,1,3,0">
<ContentPresenter
ContentSource="Header"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<ContentPresenter Grid.Row="2" Grid.Column="1" Grid.ColumnSpan="2"
Margin="{TemplateBinding Padding}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- DataGrid styles -->
<!-- DataGridSelectAllButtonStyle -->
<Style x:Key="{ComponentResourceKey ResourceId=DataGridSelectAllButtonStyle, TypeInTargetAssembly={x:Type DataGrid}}" TargetType="{x:Type Button}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
<Grid>
<Rectangle
x:Name="Border"
Fill="{StaticResource DataGridHeaderBackgroundBrush}"
SnapsToDevicePixels="True" />
<Polygon
x:Name="Arrow"
Margin="8,8,3,3"
HorizontalAlignment="Right"
VerticalAlignment="Bottom"
Fill="Black"
Opacity="0.15"
Points="0,10 10,10 10,0"
Stretch="Uniform" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter TargetName="Border" Property="Stroke" Value="{StaticResource DataGridHeaderMouseOverBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter TargetName="Border" Property="Fill" Value="{StaticResource DataGridHeaderMouseOverBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter TargetName="Arrow" Property="Visibility" Value="Collapsed" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- DataGrid -->
<Style TargetType="{x:Type DataGrid}">
<Setter Property="RowHeight" Value="22" />
<Setter Property="HorizontalGridLinesBrush" Value="{DynamicResource GridLinesBrush}" />
<Setter Property="VerticalGridLinesBrush" Value="{DynamicResource GridLinesBrush}" />
<Setter Property="Background" Value="{DynamicResource DataGridBackgroundBrush}" />
<Setter Property="Foreground" Value="{DynamicResource ForegroundBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource DataGridHeaderBorderBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="RowDetailsVisibilityMode" Value="VisibleWhenSelected" />
<Setter Property="ScrollViewer.CanContentScroll" Value="true" />
<Setter Property="ScrollViewer.PanningMode" Value="Both" />
<Setter Property="Stylus.IsFlicksEnabled" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type DataGrid}">
<Border
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="True">
<ScrollViewer x:Name="DG_ScrollViewer" Focusable="false">
<ScrollViewer.Template>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Button
Width="{Binding CellsPanelHorizontalOffset, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}"
Command="{x:Static DataGrid.SelectAllCommand}"
Focusable="false"
Style="{DynamicResource {ComponentResourceKey ResourceId=DataGridSelectAllButtonStyle,
TypeInTargetAssembly={x:Type DataGrid}}}"
Visibility="{Binding HeadersVisibility, ConverterParameter={x:Static DataGridHeadersVisibility.All}, Converter={x:Static DataGrid.HeadersVisibilityConverter}, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}" />
<DataGridColumnHeadersPresenter Grid.Column="1"
x:Name="PART_ColumnHeadersPresenter"
Visibility="{Binding HeadersVisibility, ConverterParameter={x:Static DataGridHeadersVisibility.Column}, Converter={x:Static DataGrid.HeadersVisibilityConverter}, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}" />
<ScrollContentPresenter Grid.Row="1" Grid.ColumnSpan="2"
x:Name="PART_ScrollContentPresenter"
CanContentScroll="{TemplateBinding CanContentScroll}" />
<ScrollBar Grid.Row="1" Grid.Column="2"
x:Name="PART_VerticalScrollBar"
Maximum="{TemplateBinding ScrollableHeight}"
Orientation="Vertical"
Style="{StaticResource VerticalScrollBarStyle}"
ViewportSize="{TemplateBinding ViewportHeight}"
Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}"
Value="{Binding VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
<Grid Grid.Row="2" Grid.Column="1">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="{Binding NonFrozenColumnsViewportHorizontalOffset, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<ScrollBar Grid.Column="1"
x:Name="PART_HorizontalScrollBar"
Maximum="{TemplateBinding ScrollableWidth}"
Orientation="Horizontal"
Style="{StaticResource HorisontalScrollBarStyle}"
ViewportSize="{TemplateBinding ViewportWidth}"
Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}"
Value="{Binding HorizontalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}" />
</Grid>
</Grid>
</ControlTemplate>
</ScrollViewer.Template>
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</ScrollViewer>
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsGrouping" Value="true" />
<!--<Condition Property="VirtualizingPanel.IsVirtualizingWhenGrouping" Value="false"/>-->
</MultiTrigger.Conditions>
<Setter Property="ScrollViewer.CanContentScroll" Value="false" />
</MultiTrigger>
</Style.Triggers>
</Style>
<!-- ColumnHeaderGripperStyle -->
<Style x:Key="ColumnHeaderGripperStyle" TargetType="{x:Type Thumb}">
<Setter Property="Width" Value="8" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Cursor" Value="SizeWE" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Border Padding="{TemplateBinding Padding}" Background="{TemplateBinding Background}" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- DataGridColumnHeader -->
<Style TargetType="{x:Type DataGridColumnHeader}">
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="BorderThickness" Value="1,1,0,1" />
<Setter Property="BorderBrush" Value="{DynamicResource DataGridHeaderBorderBrush}" />
<Setter Property="Background" Value="{DynamicResource DataGridHeaderBackgroundBrush}" />
<Setter Property="Foreground" Value="{DynamicResource ForegroundBrush}" />
<Setter Property="Padding" Value="3" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type DataGridColumnHeader}">
<Grid>
<Border
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}">
<ContentPresenter
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
<Thumb
x:Name="PART_LeftHeaderGripper"
HorizontalAlignment="Left"
Style="{StaticResource ColumnHeaderGripperStyle}" />
<Thumb
x:Name="PART_RightHeaderGripper"
HorizontalAlignment="Right"
Style="{StaticResource ColumnHeaderGripperStyle}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="{StaticResource DataGridHeaderMouseOverBrush}" />
<Setter Property="Foreground" Value="Black" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- DataGridRow -->
<Style TargetType="{x:Type DataGridRow}">
<Setter Property="Background" Value="{DynamicResource DataGridRowBackgroundBrush}" />
<Setter Property="SnapsToDevicePixels" Value="true" />
<Setter Property="Padding" Value="0" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="Border.CornerRadius" Value="3" />
<Setter Property="Validation.ErrorTemplate" Value="{x:Null}" />
<Setter Property="ValidationErrorTemplate">
<Setter.Value>
<ControlTemplate>
<TextBlock
Margin="2,0,0,0"
VerticalAlignment="Center"
Foreground="Red"
Text="!" />
</ControlTemplate>
</Setter.Value>
</Setter>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type DataGridRow}">
<Border
x:Name="DGR_Border"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="0"
CornerRadius="{TemplateBinding Border.CornerRadius}"
SnapsToDevicePixels="True">
<SelectiveScrollingGrid>
<SelectiveScrollingGrid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
</SelectiveScrollingGrid.ColumnDefinitions>
<SelectiveScrollingGrid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</SelectiveScrollingGrid.RowDefinitions>
<DataGridCellsPresenter Grid.Column="1"
ItemsPanel="{TemplateBinding ItemsPanel}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<DataGridDetailsPresenter Grid.Row="1" Grid.Column="1"
SelectiveScrollingGrid.SelectiveScrollingOrientation="{Binding AreRowDetailsFrozen, ConverterParameter={x:Static SelectiveScrollingOrientation.Vertical}, Converter={x:Static DataGrid.RowDetailsScrollingConverter}, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}"
Visibility="{TemplateBinding DetailsVisibility}" />
<DataGridRowHeader Grid.RowSpan="2"
SelectiveScrollingGrid.SelectiveScrollingOrientation="Vertical"
Visibility="{Binding HeadersVisibility, ConverterParameter={x:Static DataGridHeadersVisibility.Row}, Converter={x:Static DataGrid.HeadersVisibilityConverter}, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}" />
</SelectiveScrollingGrid>
</Border>
<ControlTemplate.Triggers>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsMouseOver" Value="true" />
<Condition Property="IsSelected" Value="false" />
</MultiTrigger.Conditions>
<Setter TargetName="DGR_Border" Property="Background" Value="{StaticResource MouseOverListItem}" />
</MultiTrigger>
<Trigger Property="IsSelected" Value="True">
<Setter TargetName="DGR_Border" Property="Background" Value="{StaticResource DataGridRowSelectedBrush}" />
<Setter TargetName="DGR_Border" Property="CornerRadius" Value="3" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="IsNewItem" Value="True">
<Setter Property="Margin" Value="{Binding NewItemMargin, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}" />
</Trigger>
<Trigger Property="IsSelected" Value="True">
<Setter Property="Background" Value="{DynamicResource DataGridRowSelectedBrush}" />
<Setter Property="Foreground" Value="Black" />
</Trigger>
</Style.Triggers>
</Style>
<!-- DataGridCell -->
<Style TargetType="{x:Type DataGridCell}">
<Setter Property="Background" Value="Transparent" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Padding" Value="5,0,5,0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type DataGridCell}">
<Border
x:Name="Border"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
SnapsToDevicePixels="True">
<ContentPresenter
Margin="{TemplateBinding Padding}"
VerticalAlignment="Center"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="IsSelected" Value="True">
<Setter Property="Background" Value="Transparent" />
<Setter Property="Foreground" Value="Black" />
<Setter Property="BorderBrush" Value="Transparent" />
</Trigger>
<Trigger Property="IsKeyboardFocusWithin" Value="True">
<Setter Property="BorderBrush" Value="{DynamicResource {x:Static DataGrid.FocusBorderBrushKey}}" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="true" />
<Condition Property="Selector.IsSelectionActive" Value="false" />
</MultiTrigger.Conditions>
<Setter Property="Background" Value="{StaticResource DataGridRowSelectedBrush}" />
</MultiTrigger>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.GrayTextBrushKey}}" />
</Trigger>
</Style.Triggers>
</Style>
<!-- RowHeaderGripperStyle -->
<Style x:Key="RowHeaderGripperStyle" TargetType="{x:Type Thumb}">
<Setter Property="Height" Value="8" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Cursor" Value="SizeNS" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Border Padding="{TemplateBinding Padding}" Background="{TemplateBinding Background}" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- DataGridRowHeader -->
<Style TargetType="{x:Type DataGridRowHeader}">
<Setter Property="Background" Value="{DynamicResource DataGridBackgroundBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource DataGridBackgroundBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type DataGridRowHeader}">
<Grid>
<Border
Padding="{TemplateBinding Padding}"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}">
<StackPanel Orientation="Horizontal">
<ContentPresenter
VerticalAlignment="Center"
RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
<Control
SnapsToDevicePixels="false"
Template="{Binding ValidationErrorTemplate, RelativeSource={RelativeSource AncestorType={x:Type DataGridRow}}}"
Visibility="{Binding (Validation.HasError), Converter={StaticResource bool2VisibilityConverter}, RelativeSource={RelativeSource AncestorType={x:Type DataGridRow}}}" />
</StackPanel>
</Border>
<Thumb
x:Name="PART_TopHeaderGripper"
VerticalAlignment="Top"
Style="{StaticResource RowHeaderGripperStyle}" />
<Thumb
x:Name="PART_BottomHeaderGripper"
VerticalAlignment="Bottom"
Style="{StaticResource RowHeaderGripperStyle}" />
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<!-- FilePicker -->
<Style x:Key="MainFilePickerStyle" TargetType="{x:Type local:FilePicker}">
<Setter Property="FontSize" Value="14" />
</Style>
<Style BasedOn="{StaticResource MainFilePickerStyle}" TargetType="{x:Type local:FilePicker}" />
<Style BasedOn="{StaticResource MahApps.Styles.TabControl}" TargetType="TabControl" />
<Style BasedOn="{StaticResource MahApps.Styles.TabItem}" TargetType="{x:Type TabItem}" />
<Style BasedOn="{StaticResource MahApps.Styles.Slider}" TargetType="Slider" />
<Style BasedOn="{StaticResource MahApps.Styles.ToolTip}" TargetType="ToolTip">
<Setter Property="Background" Value="{DynamicResource MahApps.Brushes.Control.Background}" />
<Setter Property="BorderBrush" Value="{DynamicResource MahApps.Brushes.Gray7}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="FontSize" Value="{DynamicResource MahApps.Font.Size.Tooltip}" />
<Setter Property="Foreground" Value="{DynamicResource MahApps.Brushes.ThemeForeground}" />
<Setter Property="Padding" Value="6,3" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToolTip}">
<Border
Name="Root"
MaxWidth="500"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Opacity="0"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}">
<Border.Resources>
<Storyboard x:Key="Visible State" />
<Storyboard x:Key="Normal State" />
</Border.Resources>
<TextBlock
Margin="5"
Text="{TemplateBinding Content}"
TextWrapping="Wrap" />
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name="OpenStates">
<VisualStateGroup.Transitions>
<VisualTransition
GeneratedDuration="0:0:0.3"
From="Open"
To="Closed" />
</VisualStateGroup.Transitions>
<VisualState x:Name="Closed">
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="Root" Storyboard.TargetProperty="(UIElement.Opacity)">
<EasingDoubleKeyFrame KeyTime="0:0:0.4" Value="0" />
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name="Open">
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName="Root" Storyboard.TargetProperty="(UIElement.Opacity)">
<EasingDoubleKeyFrame KeyTime="0:0:0.3" Value="1" />
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<DrawingImage x:Key="WabbajackLogo">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V110 H110 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="41.659999847412109" Y="32.027999877929688" />
</DrawingGroup.Transform>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-10,-57">
<DrawingGroup Opacity="1" Transform="1.03627,0,0,1.1194,0,-120.896">
<DrawingGroup Opacity="1" Transform="1,0,0,1,-6.85674E-14,5.36">
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,33.0232,203.562">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.558C0,3.262 1.55,6.726 4.054,9.229 4.811,9.986 5.657,10.654 6.573,11.22 6.565,10.81 6.557,10.392 6.545,9.989 5.91,9.549 5.316,9.056 4.771,8.511 2.449,6.189 1.015,2.985 1.014,-0.558 1.015,-4.101 2.449,-7.305 4.771,-9.627 5.106,-9.962 5.462,-10.277 5.832,-10.573 5.804,-10.737 5.774,-10.955 5.761,-11.233 5.753,-11.429 5.747,-11.611 5.741,-11.778 5.141,-11.344 4.575,-10.867 4.054,-10.345 1.55,-7.842 0,-4.378 0,-0.558" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,91.9279,202.224">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.121C0,-3.699 -1.55,-7.163 -4.054,-9.666 -4.472,-10.085 -4.92,-10.474 -5.39,-10.837 -5.519,-10.62 -5.674,-10.41 -5.863,-10.215L-5.862,-10.215C-5.897,-10.178 -5.904,-10.162 -5.916,-10.134 -5.925,-10.107 -5.934,-10.069 -5.934,-10.005L-5.934,-10.003C-5.934,-9.995 -5.933,-9.982 -5.932,-9.973 -5.526,-9.654 -5.136,-9.313 -4.771,-8.948 -2.449,-6.626 -1.015,-3.422 -1.014,0.121 -1.015,3.664 -2.449,6.868 -4.771,9.19 -4.961,9.38 -5.159,9.562 -5.361,9.74 -5.356,9.795 -5.351,9.851 -5.345,9.904 -5.308,10.216 -5.271,10.572 -5.237,10.958 -4.823,10.63 -4.427,10.281 -4.054,9.908 -1.55,7.405 0,3.941 0,0.121" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,98.3019,169.296">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,33.672C-4.31,37.981 -10.259,40.645 -16.836,40.646 -23.412,40.645 -29.361,37.981 -33.672,33.672 -37.981,29.362 -40.645,23.413 -40.645,16.836 -40.645,10.26 -37.981,4.311 -33.672,0 -29.361,-4.309 -23.412,-6.973 -16.836,-6.973 -10.259,-6.973 -4.31,-4.309 0,0 4.309,4.311 6.973,10.26 6.974,16.836 6.973,23.413 4.309,29.362 0,33.672 M0.717,-0.717C-3.773,-5.208 -9.982,-7.988 -16.836,-7.988 -23.689,-7.988 -29.898,-5.208 -34.389,-0.717 -38.88,3.774 -41.66,9.983 -41.66,16.836 -41.66,23.69 -38.88,29.899 -34.389,34.389 -29.898,38.881 -23.689,41.66 -16.836,41.66 -9.982,41.66 -3.773,38.881 0.717,34.389 5.209,29.899 7.988,23.69 7.988,16.836 7.988,9.983 5.209,3.774 0.717,-0.717" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,92.1214,230.447">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-28.137C-1.594,-29.731 -3.462,-31.053 -5.525,-32.028 -5.467,-31.819 -5.427,-31.598 -5.415,-31.366L-5.415,-31.365C-5.409,-31.228 -5.406,-31.089 -5.406,-30.949 -5.406,-30.913 -5.408,-30.877 -5.408,-30.841 -3.669,-29.947 -2.088,-28.79 -0.717,-27.42 2.665,-24.036 4.756,-19.368 4.756,-14.206 4.756,-9.044 2.665,-4.375 -0.717,-0.992 -2.105,0.395 -3.708,1.565 -5.473,2.462 -5.501,2.574 -5.531,2.685 -5.564,2.792L-5.565,2.793C-5.665,3.109 -5.793,3.411 -5.985,3.687 -6.034,3.758 -6.083,3.825 -6.131,3.891 -3.827,2.896 -1.749,1.475 0,-0.274 3.565,-3.838 5.771,-8.767 5.771,-14.206 5.771,-19.645 3.565,-24.573 0,-28.137" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,50.7859,167.911">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,36.086C-0.045,35.963 -0.089,35.876 -0.131,35.806 -0.173,35.736 -0.214,35.684 -0.261,35.632 -0.309,35.579 -0.365,35.526 -0.439,35.462 -0.536,35.378 -0.667,35.274 -0.816,35.135L-0.816,35.134 -0.817,35.134C-3.438,34.193 -5.789,32.684 -7.721,30.753 -11.103,27.37 -13.194,22.701 -13.194,17.539 -13.194,12.377 -11.103,7.709 -7.721,4.325 -6.303,2.908 -4.66,1.719 -2.849,0.814 -2.791,0.699 -2.748,0.617 -2.728,0.567 -2.706,0.517 -2.698,0.491 -2.687,0.445 -2.674,0.387 -2.66,0.292 -2.66,0.113 -2.66,0.076 -2.661,0.037 -2.662,-0.006L-2.662,-0.017 -2.663,-0.06 -2.663,-0.071C-2.663,-0.188 -2.652,-0.301 -2.636,-0.412 -4.81,0.574 -6.773,1.942 -8.438,3.608 -12.003,7.172 -14.209,12.1 -14.209,17.539 -14.209,22.978 -12.003,27.907 -8.438,31.471 -6.096,33.814 -3.164,35.57 0.115,36.498 0.079,36.33 0.039,36.194 0,36.086" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,78.9868,212.745">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-10.701C-0.09,-10.272 -0.12,-9.823 -0.12,-9.373 -0.12,-8.892 -0.085,-8.41 -0.05,-7.953 -0.014,-7.496 0.022,-7.063 0.027,-6.683 0.029,-6.557 0.03,-6.412 0.03,-6.251 0.03,-4.963 -0.018,-2.656 -0.018,-0.982 -0.018,-0.23 -0.102,-0.432 -0.186,0.525 -0.271,1.482 -0.356,2.483 -0.356,3.418 -0.356,3.858 -0.337,4.284 -0.29,4.684 -0.176,5.655 -0.055,7.088 -0.055,8.461 -0.055,9.227 -0.092,9.974 -0.189,10.61 -0.237,10.928 -0.299,11.218 -0.378,11.467 -0.457,11.717 -0.552,11.926 -0.661,12.082 -1.108,12.722 -1.497,13.071 -1.827,13.378 -1.991,13.531 -2.142,13.674 -2.274,13.838 -2.406,14.002 -2.518,14.188 -2.603,14.418 -2.665,14.585 -2.775,14.797 -2.934,15.018 -3.173,15.349 -3.522,15.701 -3.984,15.968 -4.446,16.235 -5.021,16.42 -5.722,16.42 -6.081,16.42 -6.473,16.371 -6.899,16.259 -8.254,15.904 -9.511,15.533 -10.452,15.098 -10.922,14.88 -11.313,14.647 -11.595,14.397 -11.737,14.272 -11.851,14.144 -11.937,14.012 -12.023,13.88 -12.08,13.745 -12.108,13.604 -12.174,13.278 -12.255,13.017 -12.349,12.802 -12.489,12.48 -12.66,12.26 -12.837,12.085 -13.014,11.91 -13.194,11.778 -13.362,11.62 -13.46,11.529 -13.538,11.402 -13.599,11.242 -13.692,11.003 -13.745,10.693 -13.784,10.349 -13.824,10.005 -13.85,9.627 -13.896,9.247 -13.926,9.005 -13.945,8.653 -13.958,8.238 -13.978,7.616 -13.986,6.849 -14.002,6.076 -14.018,5.302 -14.041,4.522 -14.093,3.868 -14.161,3 -14.275,2.066 -14.374,1.183 -14.472,0.301 -14.555,-0.53 -14.563,-1.188 -14.57,-1.863 -14.639,-1.674 -14.713,-2.713 -14.787,-3.751 -14.866,-4.902 -14.896,-6.021 -14.919,-6.88 -15.022,-7.568 -15.118,-8.213 -15.213,-8.858 -15.302,-9.46 -15.302,-10.157 -15.301,-10.603 -15.265,-11.089 -15.171,-11.651 -15.064,-12.287 -15.031,-12.72 -15.031,-13.031 -15.031,-13.284 -15.053,-13.456 -15.076,-13.583 -15.087,-13.646 -15.098,-13.698 -15.106,-13.74 -15.113,-13.783 -15.117,-13.815 -15.117,-13.844 -15.117,-13.884 -15.111,-13.921 -15.089,-13.981 -15.067,-14.04 -15.027,-14.119 -14.961,-14.228 -14.859,-14.397 -14.791,-14.527 -14.746,-14.642 -14.702,-14.756 -14.682,-14.859 -14.683,-14.957 -14.683,-15.02 -14.69,-15.08 -14.7,-15.141 -14.715,-15.234 -14.737,-15.33 -14.757,-15.456 -14.777,-15.582 -14.796,-15.737 -14.805,-15.942 -14.828,-16.44 -14.832,-16.869 -14.87,-17.237 -14.89,-17.422 -14.918,-17.591 -14.964,-17.747 -15.01,-17.902 -15.074,-18.044 -15.165,-18.169 -15.215,-18.239 -15.271,-18.334 -15.324,-18.448 -15.485,-18.79 -15.627,-19.3 -15.627,-19.844 -15.627,-20.131 -15.588,-20.427 -15.494,-20.717 -15.413,-20.967 -15.336,-21.151 -15.265,-21.302 -15.212,-21.415 -15.163,-21.51 -15.117,-21.601 -15.048,-21.738 -14.986,-21.869 -14.944,-22.032 -14.901,-22.195 -14.879,-22.387 -14.879,-22.646 -14.879,-22.693 -14.88,-22.743 -14.881,-22.795 -14.881,-22.807 -14.882,-22.818 -14.882,-22.83 -14.882,-23.062 -14.815,-23.303 -14.704,-23.535 -14.537,-23.883 -14.27,-24.209 -14.001,-24.455 -13.866,-24.578 -13.731,-24.681 -13.61,-24.756 -13.55,-24.794 -13.493,-24.825 -13.442,-24.848 -13.391,-24.872 -13.346,-24.887 -13.312,-24.895L-13.253,-24.908 -13.223,-24.96C-13.034,-25.289 -12.826,-25.585 -12.567,-25.846 -12.178,-26.238 -11.674,-26.553 -10.925,-26.775 -10.177,-26.997 -9.184,-27.121 -7.836,-27.121 -7.433,-27.121 -6.52,-27.087 -5.615,-26.977 -5.162,-26.922 -4.711,-26.848 -4.328,-26.751 -4.137,-26.702 -3.963,-26.648 -3.815,-26.589 -3.667,-26.529 -3.546,-26.464 -3.461,-26.399 -3.078,-26.103 -2.795,-25.757 -2.561,-25.455 -2.444,-25.304 -2.339,-25.164 -2.236,-25.045 -2.185,-24.986 -2.135,-24.932 -2.082,-24.884 -2.03,-24.837 -1.977,-24.796 -1.918,-24.764 -1.881,-24.744 -1.825,-24.708 -1.758,-24.659 -1.524,-24.487 -1.16,-24.157 -0.854,-23.744 -0.7,-23.537 -0.561,-23.309 -0.458,-23.07 -0.355,-22.831 -0.288,-22.582 -0.276,-22.329 -0.27,-22.212 -0.268,-22.089 -0.268,-21.963 -0.267,-21.292 -0.337,-20.521 -0.337,-19.862 -0.337,-19.61 -0.327,-19.375 -0.298,-19.165 -0.268,-18.954 -0.221,-18.769 -0.138,-18.615 0.003,-18.358 0.091,-18.044 0.09,-17.711 0.09,-17.477 0.047,-17.234 -0.051,-16.991 -0.149,-16.748 -0.302,-16.505 -0.526,-16.273 -0.656,-16.138 -0.748,-15.987 -0.805,-15.83 -0.863,-15.673 -0.887,-15.509 -0.887,-15.346 -0.886,-14.951 -0.752,-14.556 -0.604,-14.2 -0.53,-14.022 -0.452,-13.855 -0.384,-13.704 -0.316,-13.554 -0.258,-13.42 -0.224,-13.315 -0.072,-12.848 0.108,-12.371 0.109,-11.679 0.109,-11.394 0.078,-11.073 0,-10.701 M0.222,-7.974C0.187,-8.43 0.153,-8.905 0.153,-9.373 0.153,-9.811 0.183,-10.242 0.267,-10.645 0.349,-11.034 0.382,-11.375 0.382,-11.679 0.382,-12.42 0.185,-12.942 0.036,-13.4 -0.005,-13.525 -0.066,-13.665 -0.135,-13.817 -0.239,-14.045 -0.36,-14.302 -0.454,-14.565 -0.548,-14.829 -0.614,-15.098 -0.614,-15.346 -0.614,-15.483 -0.594,-15.614 -0.549,-15.736 -0.504,-15.859 -0.434,-15.975 -0.329,-16.084 -0.083,-16.339 0.091,-16.612 0.202,-16.888 0.314,-17.165 0.363,-17.444 0.363,-17.711 0.363,-18.092 0.264,-18.449 0.102,-18.746 0.043,-18.854 -0.001,-19.011 -0.027,-19.202 -0.054,-19.393 -0.064,-19.618 -0.064,-19.862 -0.064,-20.503 0.005,-21.275 0.005,-21.963 0.005,-22.093 0.003,-22.22 -0.003,-22.343 -0.019,-22.676 -0.117,-22.996 -0.258,-23.29 -0.47,-23.731 -0.779,-24.117 -1.069,-24.414 -1.215,-24.563 -1.356,-24.689 -1.479,-24.788 -1.541,-24.838 -1.599,-24.881 -1.65,-24.917 -1.702,-24.953 -1.748,-24.982 -1.788,-25.004 -1.821,-25.021 -1.858,-25.049 -1.899,-25.086 -1.97,-25.151 -2.05,-25.244 -2.139,-25.357 -2.273,-25.525 -2.427,-25.736 -2.614,-25.956 -2.801,-26.175 -3.023,-26.406 -3.294,-26.615 -3.408,-26.703 -3.55,-26.776 -3.713,-26.842 -3.999,-26.957 -4.351,-27.046 -4.734,-27.119 -5.88,-27.335 -7.29,-27.394 -7.836,-27.394 -8.746,-27.394 -9.501,-27.338 -10.136,-27.232 -11.088,-27.074 -11.772,-26.802 -12.292,-26.435 -12.796,-26.08 -13.142,-25.638 -13.431,-25.145 -13.492,-25.126 -13.555,-25.099 -13.621,-25.065 -13.773,-24.986 -13.942,-24.868 -14.112,-24.721 -14.367,-24.501 -14.624,-24.215 -14.821,-23.891 -14.919,-23.729 -15.002,-23.557 -15.061,-23.379 -15.12,-23.201 -15.155,-23.017 -15.155,-22.83 -15.155,-22.816 -15.154,-22.801 -15.154,-22.787 -15.153,-22.737 -15.152,-22.691 -15.152,-22.646 -15.152,-22.429 -15.169,-22.274 -15.197,-22.147 -15.218,-22.052 -15.246,-21.973 -15.281,-21.891 -15.333,-21.77 -15.403,-21.645 -15.485,-21.476 -15.567,-21.307 -15.659,-21.095 -15.754,-20.801 -15.858,-20.48 -15.9,-20.155 -15.9,-19.844 -15.9,-19.45 -15.832,-19.077 -15.735,-18.761 -15.687,-18.603 -15.631,-18.458 -15.571,-18.332 -15.512,-18.206 -15.449,-18.097 -15.386,-18.009 -15.317,-17.915 -15.266,-17.803 -15.226,-17.669 -15.167,-17.47 -15.137,-17.224 -15.12,-16.933 -15.102,-16.642 -15.095,-16.307 -15.078,-15.93 -15.065,-15.642 -15.033,-15.441 -15.005,-15.289 -14.991,-15.214 -14.978,-15.151 -14.969,-15.097 -14.96,-15.043 -14.956,-14.999 -14.956,-14.957 -14.956,-14.893 -14.966,-14.832 -15.001,-14.74 -15.036,-14.65 -15.097,-14.531 -15.195,-14.368 -15.265,-14.252 -15.313,-14.161 -15.344,-14.077 -15.376,-13.994 -15.39,-13.917 -15.39,-13.844 -15.39,-13.791 -15.383,-13.742 -15.374,-13.693 -15.361,-13.619 -15.344,-13.544 -15.33,-13.441 -15.315,-13.339 -15.304,-13.209 -15.304,-13.031 -15.304,-12.74 -15.335,-12.321 -15.44,-11.697 -15.537,-11.12 -15.575,-10.618 -15.575,-10.157 -15.575,-9.436 -15.483,-8.818 -15.388,-8.173 -15.292,-7.528 -15.192,-6.855 -15.169,-6.013 -15.139,-4.887 -15.059,-3.733 -14.985,-2.693 -14.911,-1.655 -14.843,-1.845 -14.836,-1.185 -14.828,-0.508 -14.744,0.329 -14.645,1.214 -14.546,2.098 -14.433,3.029 -14.365,3.89 -14.297,4.748 -14.278,5.842 -14.261,6.846 -14.253,7.349 -14.244,7.829 -14.231,8.247 -14.217,8.666 -14.198,9.021 -14.167,9.28 -14.107,9.774 -14.081,10.279 -14.009,10.724 -13.973,10.946 -13.926,11.154 -13.854,11.34 -13.782,11.526 -13.686,11.691 -13.549,11.82 -13.426,11.934 -13.306,12.03 -13.193,12.128 -13.024,12.275 -12.87,12.425 -12.732,12.653 -12.594,12.881 -12.47,13.191 -12.376,13.658 -12.34,13.836 -12.268,14.004 -12.166,14.16 -11.987,14.435 -11.719,14.677 -11.384,14.899 -10.881,15.231 -10.224,15.519 -9.469,15.783 -8.714,16.048 -7.861,16.289 -6.969,16.523 -6.521,16.641 -6.106,16.693 -5.722,16.693 -5.223,16.693 -4.778,16.604 -4.389,16.459 -3.805,16.242 -3.348,15.898 -3.011,15.539 -2.673,15.179 -2.455,14.805 -2.347,14.512 -2.272,14.31 -2.178,14.155 -2.061,14.009 -1.887,13.791 -1.657,13.597 -1.38,13.333 -1.104,13.069 -0.784,12.736 -0.437,12.238 -0.306,12.05 -0.202,11.817 -0.118,11.55 0.009,11.148 0.092,10.667 0.145,10.141 0.197,9.614 0.218,9.042 0.218,8.461 0.218,7.072 0.096,5.632 -0.019,4.652 -0.064,4.266 -0.083,3.851 -0.083,3.418 -0.083,2.5 0.001,1.505 0.085,0.549 0.17,-0.408 0.255,-0.211 0.255,-0.982 0.255,-2.651 0.303,-4.958 0.303,-6.251 0.303,-6.413 0.302,-6.559 0.3,-6.686 0.295,-7.081 0.258,-7.518 0.222,-7.974" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,53.5167,176.092">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,2.109C0.531,1.972 1.365,1.29 1.623,0.82 0.227,-0.136 -0.652,0.668 -1.213,1.7 -0.88,2.033 -0.531,2.245 0,2.109" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,57.9519,178.254">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.478C0.033,-0.465 0.05,-0.458 0.05,-0.458 0.05,-0.458 0.037,-0.471 0.012,-0.495 -0.014,-0.519 -0.051,-0.556 -0.101,-0.6 -0.152,-0.642 -0.214,-0.694 -0.289,-0.749 -0.327,-0.775 -0.368,-0.803 -0.411,-0.833 -0.455,-0.862 -0.503,-0.888 -0.553,-0.918 -0.602,-0.948 -0.658,-0.972 -0.714,-1.001 -0.77,-1.03 -0.831,-1.051 -0.893,-1.077 -1.02,-1.122 -1.158,-1.165 -1.307,-1.186 -1.455,-1.21 -1.614,-1.218 -1.773,-1.201 -1.933,-1.187 -2.093,-1.149 -2.246,-1.094 -2.398,-1.035 -2.542,-0.96 -2.673,-0.871 -2.804,-0.784 -2.921,-0.684 -3.024,-0.579 -3.233,-0.372 -3.386,-0.148 -3.502,0.049 -3.53,0.099 -3.557,0.146 -3.581,0.192 -3.604,0.239 -3.627,0.282 -3.646,0.324 -3.685,0.408 -3.716,0.482 -3.74,0.544 -3.766,0.605 -3.78,0.655 -3.792,0.688 -3.803,0.722 -3.809,0.74 -3.809,0.74 -3.809,0.74 -3.797,0.725 -3.774,0.698 -3.752,0.671 -3.719,0.631 -3.678,0.58 -3.636,0.53 -3.586,0.469 -3.528,0.399 -3.47,0.33 -3.404,0.254 -3.332,0.172 -3.258,0.091 -3.179,0.003 -3.091,-0.083 -3.004,-0.171 -2.909,-0.258 -2.807,-0.341 -2.757,-0.384 -2.703,-0.423 -2.65,-0.464 -2.595,-0.501 -2.539,-0.54 -2.482,-0.575 -2.366,-0.644 -2.245,-0.706 -2.119,-0.753 -1.994,-0.8 -1.863,-0.831 -1.733,-0.85 -1.668,-0.861 -1.602,-0.863 -1.537,-0.868 -1.472,-0.868 -1.407,-0.87 -1.343,-0.865 -1.214,-0.859 -1.09,-0.838 -0.971,-0.814 -0.853,-0.788 -0.741,-0.758 -0.638,-0.725 -0.586,-0.708 -0.537,-0.692 -0.49,-0.675 -0.443,-0.658 -0.398,-0.641 -0.357,-0.625 -0.273,-0.592 -0.2,-0.563 -0.14,-0.538 -0.081,-0.511 -0.032,-0.492 0,-0.478" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.126,0.0851451,0.0919758,-1.96811,71.0415,180.797">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0.03,0.008C0.722,-0.206 0.908,0.41 1.213,0.726 1.213,0.726 0.812,1.225 0.03,1.419 -0.753,1.613 -1.191,1.215 -1.546,0.986 -1.242,0.635 -0.662,0.221 0.03,0.008" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,75.5275,176.395">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,1.823C0,1.823 -0.012,1.808 -0.033,1.781 -0.055,1.753 -0.089,1.715 -0.126,1.663 -0.144,1.637 -0.166,1.609 -0.187,1.577 -0.207,1.544 -0.231,1.511 -0.254,1.474 -0.3,1.398 -0.349,1.314 -0.399,1.217 -0.45,1.122 -0.502,1.015 -0.564,0.902 -0.625,0.789 -0.698,0.667 -0.793,0.55L-0.828,0.505 -0.868,0.463C-0.895,0.435 -0.921,0.406 -0.952,0.38 -0.982,0.354 -1.01,0.326 -1.044,0.301 -1.079,0.277 -1.114,0.252 -1.15,0.227 -1.183,0.207 -1.213,0.19 -1.245,0.172L-1.269,0.158 -1.275,0.155 -1.278,0.153 -1.287,0.148 -1.289,0.147 -1.303,0.141 -1.361,0.116C-1.436,0.081 -1.519,0.059 -1.6,0.037 -1.766,0.002 -1.935,0 -2.093,0.019 -2.133,0.025 -2.172,0.031 -2.211,0.037 -2.249,0.044 -2.286,0.054 -2.323,0.063 -2.398,0.079 -2.467,0.104 -2.537,0.125 -2.81,0.222 -3.042,0.343 -3.237,0.452 -3.431,0.561 -3.588,0.659 -3.697,0.731 -3.752,0.765 -3.794,0.795 -3.823,0.814 -3.852,0.834 -3.867,0.845 -3.867,0.845 -3.867,0.845 -3.849,0.841 -3.815,0.833 -3.781,0.824 -3.73,0.814 -3.668,0.796 -3.605,0.779 -3.528,0.759 -3.442,0.733 -3.355,0.708 -3.258,0.677 -3.153,0.644 -3.101,0.628 -3.046,0.61 -2.99,0.592 -2.934,0.574 -2.876,0.556 -2.816,0.538 -2.698,0.501 -2.573,0.467 -2.446,0.434 -2.318,0.406 -2.188,0.378 -2.058,0.37 -1.929,0.362 -1.8,0.365 -1.678,0.393 -1.618,0.41 -1.557,0.422 -1.5,0.449L-1.456,0.467 -1.445,0.471 -1.444,0.472C-1.443,0.472,-1.444,0.472,-1.445,0.471L-1.441,0.473 -1.417,0.486C-1.385,0.503 -1.351,0.519 -1.322,0.536 -1.297,0.552 -1.273,0.568 -1.248,0.583 -1.223,0.599 -1.199,0.62 -1.174,0.638 -1.148,0.656 -1.126,0.678 -1.103,0.699L-1.068,0.73 -1.035,0.764C-0.948,0.853 -0.869,0.951 -0.794,1.051 -0.719,1.15 -0.647,1.247 -0.574,1.335 -0.539,1.379 -0.501,1.42 -0.467,1.458 -0.431,1.496 -0.396,1.531 -0.363,1.563 -0.328,1.594 -0.295,1.623 -0.264,1.649 -0.234,1.674 -0.203,1.695 -0.176,1.715 -0.124,1.755 -0.076,1.778 -0.047,1.797 -0.016,1.814 0,1.823 0,1.823" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,54.3813,177.874">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-2.03L-0.07,-2.074 -0.088,-2.085 -0.092,-2.088C-0.099,-2.092,-0.096,-2.09,-0.099,-2.092L-0.102,-2.094 -0.117,-2.101C-0.136,-2.111 -0.154,-2.122 -0.176,-2.13 -0.197,-2.138 -0.219,-2.145 -0.241,-2.151 -0.264,-2.156 -0.288,-2.16 -0.311,-2.163 -0.407,-2.172 -0.497,-2.15 -0.567,-2.118 -0.604,-2.103 -0.634,-2.084 -0.665,-2.066 -0.693,-2.046 -0.722,-2.027 -0.746,-2.007 -0.846,-1.926 -0.924,-1.841 -0.995,-1.756 -1.136,-1.586 -1.252,-1.417 -1.36,-1.257 -1.468,-1.097 -1.566,-0.944 -1.657,-0.803 -1.837,-0.52 -1.987,-0.285 -2.092,-0.12 -2.145,-0.038 -2.185,0.029 -2.214,0.073 -2.242,0.118 -2.257,0.142 -2.257,0.142 -2.257,0.142 -2.236,0.123 -2.196,0.088 -2.157,0.052 -2.099,0.001 -2.029,-0.069 -1.959,-0.138 -1.873,-0.221 -1.779,-0.322 -1.685,-0.421 -1.579,-0.534 -1.468,-0.661 -1.357,-0.787 -1.239,-0.926 -1.115,-1.072 -0.992,-1.217 -0.863,-1.371 -0.725,-1.514 -0.656,-1.584 -0.585,-1.652 -0.515,-1.703 -0.443,-1.756 -0.377,-1.775 -0.352,-1.769L-0.341,-1.766C-0.337,-1.764 -0.333,-1.762 -0.328,-1.761 -0.324,-1.76 -0.319,-1.755 -0.313,-1.752L-0.309,-1.75 -0.308,-1.75 -0.306,-1.748 -0.289,-1.737 -0.22,-1.69 -0.156,-1.645C-0.07,-1.585 0.021,-1.518 0.111,-1.453 0.292,-1.323 0.477,-1.19 0.667,-1.071 0.762,-1.01 0.859,-0.952 0.958,-0.899 1.056,-0.845 1.156,-0.795 1.258,-0.751 1.462,-0.664 1.675,-0.595 1.901,-0.59 1.925,-0.59 1.949,-0.59 1.972,-0.591 2,-0.593 2.029,-0.596 2.056,-0.599 2.084,-0.602 2.112,-0.605 2.138,-0.609 2.163,-0.615 2.187,-0.62 2.211,-0.626 2.235,-0.632 2.259,-0.637 2.282,-0.643 2.305,-0.65 2.328,-0.658 2.35,-0.665 2.372,-0.672 2.394,-0.68 2.416,-0.687 2.437,-0.695 2.457,-0.704 2.478,-0.712 2.642,-0.779 2.78,-0.859 2.896,-0.936 3.014,-1.011 3.11,-1.085 3.186,-1.148 3.264,-1.21 3.32,-1.265 3.358,-1.301 3.397,-1.337 3.416,-1.359 3.416,-1.359 3.416,-1.359 3.391,-1.345 3.344,-1.32 3.299,-1.294 3.229,-1.26 3.142,-1.217 3.055,-1.173 2.947,-1.126 2.824,-1.074 2.7,-1.024 2.558,-0.975 2.404,-0.938 2.385,-0.933 2.365,-0.928 2.346,-0.924 2.326,-0.92 2.306,-0.917 2.286,-0.913 2.266,-0.909 2.246,-0.906 2.226,-0.902 2.206,-0.9 2.185,-0.898 2.165,-0.896 2.145,-0.894 2.124,-0.892 2.103,-0.89 2.084,-0.89 2.066,-0.891 2.047,-0.89L1.99,-0.89C1.967,-0.893 1.943,-0.895 1.919,-0.898 1.762,-0.919 1.586,-0.989 1.413,-1.079 1.326,-1.126 1.238,-1.175 1.15,-1.23 1.062,-1.285 0.974,-1.343 0.885,-1.403 0.709,-1.524 0.531,-1.653 0.351,-1.784 0.259,-1.85 0.17,-1.914 0.073,-1.98L0,-2.03z" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,64.0922,176.662">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.377C-0.067,-0.413 -0.125,-0.454 -0.182,-0.488 -0.236,-0.526 -0.287,-0.56 -0.332,-0.593 -0.374,-0.628 -0.413,-0.659 -0.448,-0.685 -0.482,-0.712 -0.509,-0.739 -0.532,-0.758 -0.577,-0.798 -0.602,-0.819 -0.602,-0.819 -0.602,-0.819 -0.583,-0.792 -0.549,-0.743 -0.531,-0.718 -0.511,-0.687 -0.484,-0.652 -0.457,-0.618 -0.424,-0.578 -0.387,-0.534 -0.349,-0.491 -0.304,-0.447 -0.257,-0.396 -0.232,-0.372 -0.205,-0.348 -0.176,-0.323 -0.148,-0.299 -0.12,-0.271 -0.087,-0.248 0.039,-0.146 0.195,-0.045 0.383,0.036 0.571,0.116 0.797,0.173 1.045,0.162 1.291,0.153 1.553,0.069 1.776,-0.082 1.83,-0.119 1.892,-0.161 1.936,-0.198 1.983,-0.236 2.034,-0.279 2.081,-0.319 2.177,-0.401 2.272,-0.484 2.365,-0.569 2.553,-0.735 2.739,-0.908 2.93,-1.046 3.024,-1.113 3.123,-1.174 3.208,-1.202 3.251,-1.218 3.289,-1.223 3.316,-1.221 3.344,-1.219 3.365,-1.212 3.39,-1.195 3.416,-1.181 3.442,-1.146 3.468,-1.111 3.48,-1.09 3.494,-1.073 3.505,-1.048 3.519,-1.021 3.532,-0.994 3.546,-0.966 3.56,-0.939 3.575,-0.912 3.589,-0.884L3.61,-0.844C3.618,-0.829 3.629,-0.813 3.639,-0.798 3.678,-0.736 3.718,-0.674 3.764,-0.625 3.786,-0.6 3.807,-0.573 3.83,-0.549 3.854,-0.526 3.878,-0.503 3.901,-0.481 3.948,-0.433 3.998,-0.398 4.046,-0.358 4.144,-0.285 4.238,-0.219 4.326,-0.158 4.503,-0.035 4.654,0.089 4.784,0.219 4.846,0.287 4.909,0.35 4.96,0.418 4.986,0.451 5.012,0.483 5.038,0.515 5.063,0.547 5.084,0.58 5.106,0.611 5.196,0.735 5.262,0.853 5.322,0.947 5.377,1.045 5.42,1.122 5.449,1.175 5.479,1.227 5.495,1.255 5.495,1.255 5.495,1.255 5.487,1.224 5.471,1.166 5.453,1.108 5.433,1.021 5.396,0.914 5.356,0.808 5.314,0.675 5.241,0.532 5.224,0.496 5.207,0.458 5.187,0.42 5.166,0.383 5.144,0.345 5.122,0.305 5.08,0.225 5.021,0.149 4.965,0.065 4.902,-0.013 4.836,-0.096 4.76,-0.173 4.723,-0.214 4.682,-0.251 4.641,-0.289 4.601,-0.328 4.559,-0.364 4.516,-0.401 4.473,-0.439 4.431,-0.473 4.388,-0.509 4.344,-0.546 4.304,-0.581 4.262,-0.618 4.185,-0.693 4.107,-0.765 4.048,-0.851 4.014,-0.893 3.993,-0.936 3.967,-0.977 3.961,-0.988 3.954,-0.996 3.948,-1.009L3.929,-1.051C3.916,-1.079 3.903,-1.107 3.89,-1.135 3.877,-1.163 3.865,-1.192 3.852,-1.221 3.838,-1.254 3.816,-1.288 3.798,-1.322 3.754,-1.388 3.705,-1.458 3.626,-1.515 3.55,-1.573 3.449,-1.614 3.35,-1.622 3.251,-1.632 3.16,-1.614 3.083,-1.588 3.004,-1.563 2.934,-1.53 2.871,-1.493 2.806,-1.457 2.748,-1.418 2.691,-1.378 2.468,-1.214 2.279,-1.034 2.096,-0.86 2.006,-0.774 1.916,-0.689 1.827,-0.604 1.782,-0.562 1.741,-0.524 1.695,-0.484 1.672,-0.464 1.65,-0.442 1.63,-0.427 1.609,-0.411 1.588,-0.394 1.567,-0.378 1.4,-0.25 1.211,-0.17 1.019,-0.144 0.826,-0.116 0.634,-0.139 0.461,-0.187 0.417,-0.196 0.376,-0.213 0.335,-0.227 0.314,-0.234 0.294,-0.241 0.274,-0.248 0.254,-0.256 0.235,-0.265 0.215,-0.273 0.177,-0.29 0.139,-0.304 0.103,-0.323 0.068,-0.341 0.033,-0.359 0,-0.377" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,54.5782,194.454">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.001L0.001,0 0,0.001z" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,66.9369,178.27">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-5.736C0.121,-5.815 0.271,-5.905 0.446,-5.997 0.621,-6.086 0.826,-6.176 1.053,-6.224 1.279,-6.274 1.529,-6.275 1.753,-6.174 1.979,-6.075 2.171,-5.881 2.328,-5.639 2.413,-5.509 2.501,-5.378 2.593,-5.245 2.684,-5.112 2.777,-4.979 2.872,-4.847 3.059,-4.58 3.254,-4.314 3.442,-4.044 3.632,-3.777 3.815,-3.506 3.983,-3.236 4.15,-2.965 4.302,-2.693 4.412,-2.422L4.433,-2.371 4.45,-2.32C4.462,-2.286,4.474,-2.252,4.485,-2.219L4.493,-2.195 4.501,-2.168 4.517,-2.113C4.527,-2.078 4.536,-2.044 4.546,-2.009 4.583,-1.869 4.614,-1.729 4.641,-1.593 4.696,-1.32 4.734,-1.058 4.76,-0.815 4.786,-0.572 4.8,-0.347 4.802,-0.148 4.803,0.05 4.796,0.224 4.777,0.365 4.759,0.507 4.734,0.617 4.708,0.689 4.694,0.725 4.684,0.753 4.675,0.771 4.667,0.79 4.663,0.799 4.663,0.799 4.663,0.799 4.669,0.791 4.681,0.774 4.693,0.758 4.709,0.733 4.729,0.699 4.768,0.631 4.817,0.524 4.857,0.382 4.899,0.24 4.936,0.064 4.959,-0.14 4.983,-0.344 4.999,-0.575 4.997,-0.827 4.996,-1.08 4.981,-1.354 4.946,-1.642 4.928,-1.786 4.905,-1.934 4.875,-2.085 4.867,-2.123 4.859,-2.161 4.851,-2.2L4.839,-2.255 4.832,-2.283 4.824,-2.314C4.812,-2.353,4.801,-2.392,4.79,-2.431L4.773,-2.491 4.752,-2.548C4.724,-2.625 4.698,-2.704 4.663,-2.778 4.63,-2.853 4.598,-2.93 4.56,-3.003 4.524,-3.077 4.487,-3.152 4.447,-3.224 4.407,-3.297 4.367,-3.37 4.323,-3.441 4.155,-3.728 3.968,-4.007 3.777,-4.28 3.584,-4.552 3.387,-4.819 3.192,-5.08 3.096,-5.21 2.999,-5.339 2.904,-5.467 2.81,-5.595 2.717,-5.721 2.626,-5.846 2.528,-5.978 2.417,-6.107 2.29,-6.212 2.162,-6.319 2.018,-6.406 1.865,-6.46 1.712,-6.515 1.553,-6.535 1.405,-6.529 1.256,-6.523 1.117,-6.493 0.991,-6.452 0.865,-6.411 0.751,-6.36 0.647,-6.304 0.544,-6.248 0.451,-6.189 0.365,-6.131 0.195,-6.014 0.06,-5.898 -0.049,-5.8 -0.159,-5.703 -0.238,-5.621 -0.294,-5.566 -0.348,-5.51 -0.376,-5.48 -0.376,-5.48 -0.376,-5.48 -0.342,-5.504 -0.279,-5.548 -0.215,-5.593 -0.12,-5.657 0,-5.736" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,49.0601,166.616">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,7.393C-0.006,7.191 -0.025,6.964 -0.055,6.72 -0.086,6.475 -0.127,6.212 -0.171,5.936 -0.216,5.66 -0.265,5.369 -0.305,5.073 -0.324,4.924 -0.341,4.774 -0.348,4.627 -0.351,4.553 -0.352,4.48 -0.348,4.411 -0.346,4.395 -0.345,4.376 -0.344,4.362L-0.341,4.34C-0.341,4.334 -0.338,4.322 -0.337,4.312 -0.331,4.277 -0.322,4.237 -0.314,4.199 -0.299,4.123 -0.283,4.047 -0.268,3.97 -0.259,3.932 -0.252,3.893 -0.243,3.855L-0.213,3.741C-0.172,3.589,-0.135,3.436,-0.08,3.287L-0.006,3.062C0.021,2.988,0.052,2.915,0.081,2.842L0.124,2.732C0.139,2.695 0.152,2.658 0.169,2.623 0.202,2.551 0.235,2.48 0.267,2.409 0.283,2.374 0.299,2.338 0.316,2.303 0.332,2.268 0.351,2.234 0.369,2.199 0.404,2.13 0.439,2.062 0.475,1.994 0.508,1.925 0.548,1.86 0.586,1.794 0.624,1.728 0.661,1.663 0.699,1.598 0.777,1.471 0.858,1.348 0.935,1.226 1.017,1.108 1.096,0.99 1.177,0.879 1.26,0.769 1.338,0.659 1.419,0.558 1.501,0.457 1.577,0.356 1.655,0.265 1.734,0.173 1.807,0.083 1.881,0.001 1.955,-0.082 2.024,-0.16 2.09,-0.234 2.158,-0.306 2.222,-0.372 2.28,-0.435 2.338,-0.498 2.395,-0.553 2.444,-0.604 2.543,-0.706 2.624,-0.785 2.679,-0.838 2.733,-0.893 2.762,-0.922 2.762,-0.922 2.762,-0.922 2.728,-0.899 2.664,-0.857 2.601,-0.813 2.506,-0.753 2.392,-0.666 2.334,-0.623 2.269,-0.577 2.201,-0.523 2.133,-0.47 2.061,-0.41 1.983,-0.347 1.907,-0.281 1.826,-0.211 1.741,-0.138 1.656,-0.064 1.573,0.02 1.482,0.104 1.436,0.146 1.393,0.192 1.348,0.238 1.303,0.285 1.258,0.332 1.212,0.38 1.164,0.427 1.12,0.479 1.074,0.531 1.029,0.583 0.982,0.636 0.936,0.689 0.887,0.741 0.845,0.8 0.799,0.857 0.753,0.914 0.707,0.972 0.66,1.03 0.571,1.151 0.482,1.275 0.393,1.404 0.222,1.664 0.054,1.941 -0.09,2.237 -0.126,2.311 -0.162,2.385 -0.198,2.46 -0.235,2.534 -0.263,2.613 -0.295,2.689 -0.326,2.767 -0.359,2.844 -0.389,2.922L-0.469,3.16C-0.526,3.318,-0.564,3.482,-0.607,3.643L-0.638,3.764C-0.647,3.805 -0.654,3.846 -0.661,3.887 -0.676,3.969 -0.691,4.05 -0.706,4.132 -0.713,4.173 -0.721,4.211 -0.727,4.255L-0.731,4.286 -0.735,4.324C-0.737,4.349 -0.738,4.37 -0.739,4.394 -0.741,4.483 -0.737,4.569 -0.73,4.652 -0.716,4.818 -0.692,4.976 -0.664,5.129 -0.608,5.435 -0.539,5.724 -0.474,5.997 -0.408,6.269 -0.344,6.525 -0.289,6.761 -0.234,6.998 -0.187,7.214 -0.156,7.408 -0.126,7.601 -0.108,7.77 -0.111,7.909 -0.115,8.048 -0.138,8.156 -0.173,8.222 -0.19,8.255 -0.208,8.278 -0.221,8.293 -0.234,8.307 -0.241,8.315 -0.241,8.315 -0.241,8.315 -0.233,8.309 -0.216,8.298 -0.201,8.285 -0.177,8.266 -0.154,8.234 -0.104,8.172 -0.056,8.063 -0.03,7.918 -0.004,7.773 0.007,7.595 0,7.393" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,68.9257,202.873">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,15.521C-0.029,15.274 -0.063,15.04 -0.091,14.866 -0.104,14.78 -0.117,14.709 -0.126,14.658 -0.13,14.635 -0.134,14.617 -0.137,14.602 0.095,14.406 0.274,14.205 0.409,14.022 0.48,13.926 0.539,13.836 0.587,13.754 0.643,14.175 0.732,14.852 0.837,15.646 0.834,15.741 0.795,15.863 0.685,15.997 0.567,16.141 0.368,16.296 0.061,16.435 0.062,16.426 0.062,16.417 0.062,16.408 0.065,16.158 0.036,15.831 0,15.521 M-1.235,14.927C-1.705,15.123 -2.289,15.257 -3.009,15.265 -3.392,15.27 -4.053,15.246 -4.724,14.96 -5.055,14.819 -5.385,14.616 -5.685,14.324 -5.889,14.125 -6.077,13.884 -6.242,13.594 -6.417,13.068 -6.695,11.823 -6.695,11.128 -6.695,10.412 -6.73,9.388 -6.783,8.252 -6.928,5.123 -7.206,2.264 -7.25,1.634 -7.128,1.569 -6.835,1.43 -6.33,1.279L-6.239,1.252 -6.239,1.249C-5.438,1.014 -4.314,0.799 -3.101,0.799 -2.093,0.799 -1.167,0.891 -0.483,1.113 -0.141,1.224 0.139,1.367 0.34,1.54 0.44,1.627 0.521,1.721 0.583,1.823 0.644,1.925 0.686,2.036 0.708,2.158 0.794,2.64 0.83,3.344 0.83,4.242 0.83,5.343 0.777,5.624 0.706,7.277 0.695,7.532 0.691,7.802 0.691,8.082 0.691,8.752 0.713,9.484 0.713,10.216 0.713,10.868 0.696,11.52 0.631,12.13 0.585,12.57 0.537,13.072 0.431,13.451 0.333,13.642 0.154,13.931 -0.149,14.223 -0.411,14.476 -0.765,14.732 -1.235,14.927 M-0.263,14.704L-0.26,14.735 -0.263,14.704z M-0.221,16.456C-0.223,16.493,-0.227,16.524,-0.231,16.55L-0.231,16.551C-0.285,16.57 -0.342,16.588 -0.401,16.606 -0.664,16.685 -0.977,16.752 -1.344,16.803 -1.344,16.799 -1.343,16.796 -1.343,16.792 -1.332,16.651 -1.334,16.483 -1.341,16.309 -1.349,16.136 -1.363,15.957 -1.378,15.795 -1.397,15.594 -1.417,15.418 -1.431,15.309 -1.317,15.272 -1.208,15.232 -1.105,15.188 -0.824,15.071 -0.583,14.932 -0.375,14.785 -0.365,14.842 -0.355,14.911 -0.343,14.988 -0.321,15.142 -0.295,15.33 -0.274,15.524 -0.248,15.754 -0.226,15.993 -0.22,16.193 -0.216,16.294 -0.216,16.384 -0.221,16.456 M-1.618,16.739C-1.621,16.776 -1.625,16.809 -1.63,16.838 -1.993,16.876 -2.404,16.898 -2.865,16.9 -2.876,16.603 -2.89,16.349 -2.904,16.139 -2.922,15.87 -2.939,15.672 -2.952,15.549 -2.48,15.542 -2.061,15.482 -1.69,15.385 -1.678,15.491 -1.663,15.636 -1.648,15.797 -1.63,16.009 -1.614,16.248 -1.611,16.457 -1.61,16.562 -1.612,16.659 -1.618,16.739 M-4.277,16.795C-4.317,16.562 -4.344,16.304 -4.353,16.065 -4.36,15.892 -4.358,15.728 -4.346,15.591 -4.341,15.523 -4.332,15.461 -4.322,15.409 -4.321,15.403 -4.319,15.397 -4.318,15.391 -4.306,15.395 -4.294,15.398 -4.282,15.401 -3.877,15.509 -3.504,15.541 -3.216,15.548 -3.205,15.666 -3.188,15.865 -3.171,16.14 -3.159,16.349 -3.146,16.602 -3.136,16.898 -3.567,16.889 -3.946,16.852 -4.277,16.795 M-4.697,16.706C-5.094,16.604 -5.405,16.47 -5.648,16.321 -5.62,15.71 -5.595,15.098 -5.581,14.764 -5.254,15.021 -4.906,15.196 -4.569,15.314 -4.571,15.323 -4.573,15.331 -4.575,15.34 -4.595,15.439 -4.608,15.551 -4.614,15.673 -4.62,15.796 -4.62,15.929 -4.616,16.066 -4.608,16.287 -4.586,16.52 -4.554,16.74 -4.603,16.729 -4.651,16.718 -4.697,16.706 M-5.829,14.649C-5.841,14.926 -5.869,15.522 -5.899,16.143 -5.971,16.084 -6.035,16.025 -6.09,15.965 -6.345,15.687 -6.429,15.406 -6.43,15.204 -6.432,14.755 -6.435,14.225 -6.437,13.762 -6.265,14.062 -6.067,14.313 -5.854,14.524 -5.844,14.533 -5.834,14.542 -5.824,14.551 -5.826,14.577 -5.827,14.61 -5.829,14.649 M-7.332,0.916C-7.332,0.783 -7.319,0.647 -7.286,0.532 -7.269,0.475 -7.248,0.423 -7.222,0.379 -7.196,0.334 -7.166,0.297 -7.13,0.268 -6.898,0.074 -6.685,-0.099 -6.485,-0.253 -6.479,0.024 -6.475,0.213 -6.475,0.386 -6.475,0.586 -6.481,0.766 -6.499,1.042 -6.625,1.082 -6.743,1.122 -6.85,1.162 -6.986,1.212 -7.106,1.261 -7.209,1.308 -7.239,1.322 -7.267,1.335 -7.294,1.348 -7.313,1.234 -7.332,1.078 -7.332,0.916 M-6.215,-0.456C-6.174,-0.486 -6.133,-0.516 -6.093,-0.544 -5.785,-0.761 -5.505,-0.928 -5.224,-1.055L-5.224,-1.038C-5.224,-0.855 -5.222,-0.506 -5.207,-0.134 -5.2,0.053 -5.19,0.245 -5.175,0.426 -5.166,0.526 -5.157,0.622 -5.145,0.713 -5.397,0.758 -5.637,0.809 -5.859,0.864 -5.985,0.895 -6.105,0.927 -6.22,0.959 -6.207,0.732 -6.202,0.566 -6.202,0.386 -6.202,0.169 -6.209,-0.067 -6.215,-0.456 M-4.951,-1.133L-4.951,-1.166C-4.899,-1.184 -4.846,-1.202 -4.793,-1.218 -4.39,-1.342 -3.954,-1.399 -3.405,-1.406 -3.406,-1.131 -3.409,-0.498 -3.409,0 -3.409,0.163 -3.409,0.312 -3.408,0.429 -3.408,0.467 -3.407,0.501 -3.407,0.531 -3.923,0.546 -4.418,0.596 -4.876,0.668 -4.886,0.585 -4.895,0.496 -4.903,0.404 -4.946,-0.124 -4.951,-0.768 -4.951,-1.038L-4.951,-1.133 M-3.134,-1.017C-3.133,-1.169,-3.132,-1.3,-3.132,-1.394L-3.132,-1.405C-2.575,-1.387 -1.984,-1.255 -1.43,-1.053 -1.415,-0.853 -1.382,-0.339 -1.382,0.105 -1.382,0.246 -1.385,0.38 -1.394,0.492 -1.397,0.544 -1.402,0.59 -1.408,0.631 -1.927,0.558 -2.5,0.526 -3.101,0.526L-3.134,0.526C-3.136,0.404 -3.136,0.214 -3.136,0 -3.136,-0.327 -3.135,-0.713 -3.134,-1.017 M-0.823,-0.797C-0.617,-0.697 -0.421,-0.588 -0.241,-0.474 -0.228,0.067 -0.211,0.479 -0.211,0.746 -0.211,0.813 -0.212,0.871 -0.214,0.918 -0.489,0.814 -0.8,0.734 -1.138,0.674 -1.116,0.519 -1.109,0.319 -1.109,0.105 -1.109,-0.274 -1.132,-0.694 -1.149,-0.943 -1.038,-0.897 -0.929,-0.848 -0.823,-0.797 M0.168,-0.185C0.432,0.025,0.636,0.245,0.759,0.451L0.759,1.595C0.625,1.407 0.44,1.251 0.219,1.122 0.165,1.091 0.109,1.061 0.051,1.033 0.054,1.003 0.057,0.972 0.058,0.937 0.061,0.882 0.062,0.818 0.062,0.746 0.062,0.503 0.049,0.159 0.037,-0.285 0.082,-0.252 0.126,-0.218 0.168,-0.185 M0.908,16.209C1.049,16.036,1.117,15.854,1.118,15.679L1.118,15.668 1.116,15.657C1.023,14.971 0.94,14.371 0.882,13.947 0.854,13.737 0.831,13.569 0.815,13.454 0.799,13.339 0.791,13.277 0.791,13.276L0.774,13.155C0.834,12.823 0.872,12.462 0.906,12.13 0.969,11.513 0.986,10.863 0.986,10.216 0.986,9.478 0.964,8.747 0.964,8.082 0.964,7.804 0.968,7.538 0.979,7.289 1.05,5.634 1.103,5.352 1.103,4.242 1.102,3.5 1.079,2.89 1.02,2.411L1.032,2.494 1.032,0.412 1.032,0.376 1.014,0.345C0.868,0.087 0.633,-0.163 0.338,-0.398 -0.104,-0.751 -0.684,-1.069 -1.314,-1.302 -1.944,-1.534 -2.624,-1.68 -3.268,-1.681 -3.688,-1.681 -4.053,-1.655 -4.388,-1.596 -4.892,-1.506 -5.33,-1.338 -5.785,-1.07 -6.24,-0.801 -6.714,-0.434 -7.305,0.058 -7.368,0.11 -7.418,0.173 -7.458,0.241 -7.517,0.343 -7.553,0.456 -7.575,0.571 -7.597,0.686 -7.605,0.803 -7.605,0.916 -7.604,1.235 -7.542,1.518 -7.528,1.578 -7.527,1.591 -7.525,1.617 -7.523,1.656 -7.492,2.091 -7.353,2.959 -7.222,5.165 -7.157,6.268 -7.093,7.427 -7.046,8.476 -6.999,9.525 -6.968,10.465 -6.968,11.128 -6.968,11.849 -6.882,12.492 -6.694,13.053 -6.69,13.064 -6.686,13.075 -6.682,13.086L-6.682,15.207C-6.682,15.587 -6.474,16.086 -5.908,16.485 -5.621,16.688 -5.241,16.866 -4.748,16.994 -4.25,17.124 -3.636,17.202 -2.883,17.202 -1.371,17.202 -0.381,16.989 0.24,16.695 0.55,16.549 0.766,16.383 0.908,16.209" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,52.8939,198.307">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,1.168C0.051,0.954 0.111,0.727 0.179,0.504 0.214,0.393 0.251,0.282 0.289,0.174 0.328,0.067 0.368,-0.039 0.41,-0.139 0.431,-0.19 0.452,-0.239 0.474,-0.287 0.495,-0.335 0.517,-0.382 0.539,-0.427 0.56,-0.472 0.582,-0.516 0.604,-0.557 0.626,-0.599 0.646,-0.641 0.668,-0.678 0.69,-0.716 0.711,-0.753 0.731,-0.787 0.752,-0.822 0.772,-0.854 0.791,-0.885 0.829,-0.946 0.865,-0.997 0.893,-1.041 0.954,-1.125 0.988,-1.175 0.988,-1.175 0.988,-1.175 0.976,-1.166 0.954,-1.149 0.932,-1.131 0.899,-1.106 0.859,-1.071 0.821,-1.035 0.772,-0.993 0.722,-0.938 0.697,-0.911 0.67,-0.882 0.642,-0.852 0.615,-0.821 0.589,-0.786 0.56,-0.75 0.504,-0.679 0.445,-0.599 0.39,-0.51 0.361,-0.466 0.334,-0.42 0.307,-0.372 0.278,-0.325 0.253,-0.275 0.227,-0.224 0.2,-0.174 0.177,-0.121 0.152,-0.067 0.127,-0.014 0.105,0.041 0.083,0.096 0.038,0.207 -0.001,0.322 -0.038,0.437 -0.072,0.554 -0.105,0.67 -0.131,0.786 -0.145,0.844 -0.157,0.902 -0.167,0.959 -0.179,1.016 -0.188,1.073 -0.197,1.129 -0.233,1.352 -0.251,1.563 -0.258,1.743 -0.262,1.833 -0.262,1.916 -0.261,1.989 -0.261,2.062 -0.257,2.126 -0.254,2.179 -0.247,2.284 -0.238,2.343 -0.238,2.343 -0.238,2.343 -0.227,2.284 -0.209,2.181 -0.19,2.078 -0.163,1.932 -0.129,1.758 -0.111,1.671 -0.091,1.577 -0.07,1.478 -0.049,1.379 -0.025,1.275 0,1.168" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,53.4548,202.572">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-1.512C-0.006,-1.502 -0.016,-1.487 -0.026,-1.467 -0.048,-1.428 -0.077,-1.371 -0.105,-1.302 -0.134,-1.233 -0.163,-1.151 -0.188,-1.062 -0.2,-1.017 -0.213,-0.971 -0.223,-0.924 -0.234,-0.876 -0.242,-0.828 -0.251,-0.779 -0.259,-0.73 -0.267,-0.682 -0.271,-0.633 -0.276,-0.584 -0.279,-0.536 -0.282,-0.49 -0.283,-0.467 -0.284,-0.444 -0.284,-0.421 -0.284,-0.399 -0.283,-0.376 -0.283,-0.355 -0.281,-0.311 -0.278,-0.271 -0.275,-0.233 -0.273,-0.214 -0.271,-0.196 -0.269,-0.179 -0.265,-0.162 -0.262,-0.145 -0.259,-0.13 -0.252,-0.099 -0.245,-0.073 -0.239,-0.051 -0.227,-0.008 -0.217,0.016 -0.217,0.016 -0.217,0.016 -0.207,-0.009 -0.193,-0.051 -0.187,-0.072 -0.178,-0.098 -0.171,-0.127 -0.167,-0.141 -0.163,-0.156 -0.159,-0.172 -0.154,-0.188 -0.149,-0.205 -0.143,-0.223 -0.133,-0.258 -0.122,-0.296 -0.112,-0.337 -0.103,-0.377 -0.093,-0.419 -0.082,-0.464 -0.071,-0.508 -0.061,-0.554 -0.053,-0.6 -0.044,-0.647 -0.036,-0.694 -0.027,-0.742 -0.019,-0.79 -0.012,-0.838 -0.006,-0.885 0,-0.932 0.006,-0.979 0.01,-1.025 0.018,-1.116 0.023,-1.201 0.024,-1.276 0.024,-1.35 0.022,-1.413 0.018,-1.457 0.014,-1.502 0.01,-1.528 0.01,-1.528 0.01,-1.528 0.007,-1.522 0,-1.512" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,55.9252,197.566">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.283C0.04,-0.331 0.078,-0.38 0.116,-0.427 0.19,-0.521 0.26,-0.609 0.319,-0.687 0.377,-0.765 0.425,-0.831 0.458,-0.879 0.475,-0.902 0.488,-0.922 0.497,-0.934 0.505,-0.948 0.51,-0.955 0.51,-0.955 0.51,-0.955 0.479,-0.941 0.428,-0.912 0.377,-0.883 0.307,-0.839 0.227,-0.781 0.147,-0.722 0.057,-0.649 -0.032,-0.563 -0.078,-0.521 -0.122,-0.474 -0.167,-0.427 -0.211,-0.38 -0.253,-0.329 -0.296,-0.278 -0.336,-0.226 -0.378,-0.174 -0.415,-0.12 -0.433,-0.093 -0.451,-0.066 -0.469,-0.039 -0.486,-0.013 -0.504,0.014 -0.519,0.042 -0.549,0.096 -0.58,0.147 -0.604,0.2 -0.628,0.253 -0.651,0.301 -0.669,0.348 -0.686,0.396 -0.7,0.439 -0.712,0.478 -0.725,0.517 -0.73,0.553 -0.737,0.581 -0.749,0.639 -0.753,0.672 -0.753,0.672 -0.753,0.672 -0.73,0.646 -0.695,0.6 -0.678,0.577 -0.658,0.549 -0.634,0.517 -0.609,0.486 -0.582,0.451 -0.553,0.413 -0.525,0.374 -0.491,0.334 -0.458,0.29 -0.426,0.246 -0.388,0.203 -0.352,0.155 -0.317,0.108 -0.275,0.062 -0.238,0.012 -0.199,-0.037 -0.159,-0.086 -0.119,-0.135 -0.079,-0.185 -0.039,-0.234 0,-0.283" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,55.2563,201.09">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-1.256C-0.026,-1.221 -0.053,-1.181 -0.077,-1.139 -0.102,-1.096 -0.127,-1.051 -0.152,-1.003 -0.175,-0.955 -0.197,-0.904 -0.218,-0.852 -0.228,-0.825 -0.24,-0.8 -0.249,-0.773L-0.275,-0.691C-0.291,-0.636 -0.31,-0.582 -0.321,-0.527 -0.334,-0.472 -0.343,-0.418 -0.353,-0.365 -0.363,-0.313 -0.367,-0.261 -0.37,-0.211 -0.373,-0.162 -0.375,-0.116 -0.376,-0.073 -0.378,-0.03 -0.373,0.01 -0.371,0.045 -0.368,0.08 -0.364,0.111 -0.36,0.136 -0.354,0.186 -0.347,0.214 -0.347,0.214 -0.347,0.214 -0.334,0.187 -0.315,0.14 -0.306,0.117 -0.295,0.089 -0.284,0.056 -0.271,0.024 -0.262,-0.012 -0.246,-0.051 -0.232,-0.091 -0.217,-0.133 -0.202,-0.178 -0.188,-0.223 -0.174,-0.27 -0.156,-0.318 -0.14,-0.367 -0.123,-0.417 -0.109,-0.469 -0.092,-0.519 -0.075,-0.571 -0.059,-0.623 -0.044,-0.675 -0.028,-0.727 -0.01,-0.777 0.006,-0.828 0.021,-0.879 0.035,-0.928 0.051,-0.976 0.066,-1.024 0.079,-1.069 0.091,-1.115 0.105,-1.157 0.117,-1.196 0.128,-1.235 0.138,-1.272 0.147,-1.306 0.158,-1.338 0.166,-1.368 0.173,-1.392 0.187,-1.44 0.193,-1.47 0.193,-1.47 0.193,-1.47 0.17,-1.451 0.135,-1.415 0.117,-1.397 0.095,-1.376 0.072,-1.35 0.05,-1.323 0.026,-1.291 0,-1.256" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,55.7766,196.507">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,1.873C0.005,1.936 0.011,1.972 0.011,1.972 0.011,1.972 0.025,1.938 0.045,1.878 0.055,1.848 0.067,1.813 0.079,1.771 0.091,1.73 0.109,1.685 0.124,1.635 0.141,1.585 0.156,1.531 0.176,1.475 0.196,1.419 0.213,1.359 0.236,1.298 0.257,1.237 0.279,1.175 0.302,1.111 0.327,1.049 0.347,0.983 0.374,0.92 0.399,0.856 0.423,0.792 0.449,0.73 0.462,0.699 0.475,0.668 0.487,0.637 0.501,0.607 0.514,0.577 0.526,0.547 0.55,0.487 0.577,0.431 0.6,0.376 0.626,0.322 0.647,0.27 0.67,0.223 0.691,0.175 0.711,0.131 0.729,0.092 0.747,0.053 0.763,0.019 0.776,-0.009 0.79,-0.037 0.8,-0.06 0.808,-0.075 0.815,-0.09 0.819,-0.099 0.819,-0.099 0.819,-0.099 0.788,-0.078 0.741,-0.036 0.717,-0.015 0.688,0.011 0.658,0.043 0.643,0.059 0.627,0.076 0.609,0.094 0.593,0.112 0.576,0.132 0.559,0.153 0.523,0.194 0.489,0.241 0.452,0.291 0.418,0.343 0.379,0.397 0.347,0.456 0.312,0.514 0.278,0.575 0.248,0.64 0.216,0.703 0.189,0.771 0.162,0.838 0.134,0.905 0.114,0.974 0.092,1.042 0.081,1.076 0.073,1.11 0.065,1.144 0.056,1.178 0.048,1.212 0.041,1.245 0.026,1.311 0.019,1.376 0.009,1.437 -0.001,1.498 -0.003,1.557 -0.005,1.612 -0.007,1.666 -0.011,1.715 -0.008,1.759 -0.006,1.803 -0.002,1.842 0,1.873" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,59.5279,199.674">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-2.127C0,-2.127 -0.038,-2.111 -0.101,-2.075 -0.132,-2.057 -0.17,-2.035 -0.211,-2.006 -0.253,-1.979 -0.3,-1.947 -0.349,-1.909 -0.447,-1.834 -0.557,-1.74 -0.665,-1.628 -0.719,-1.573 -0.772,-1.513 -0.824,-1.45 -0.876,-1.387 -0.925,-1.32 -0.973,-1.252 -1.019,-1.183 -1.064,-1.113 -1.103,-1.04 -1.123,-1.005 -1.142,-0.968 -1.159,-0.932 -1.177,-0.896 -1.193,-0.859 -1.208,-0.823 -1.239,-0.751 -1.264,-0.679 -1.285,-0.61 -1.295,-0.576 -1.304,-0.542 -1.312,-0.509 -1.32,-0.476 -1.327,-0.445 -1.331,-0.414 -1.343,-0.352 -1.348,-0.295 -1.353,-0.244 -1.357,-0.194 -1.356,-0.149 -1.356,-0.113 -1.353,-0.041 -1.348,0 -1.348,0 -1.348,0 -1.333,-0.039 -1.311,-0.106 -1.299,-0.14 -1.285,-0.18 -1.268,-0.226 -1.249,-0.271 -1.229,-0.322 -1.205,-0.376 -1.194,-0.403 -1.181,-0.431 -1.167,-0.46 -1.154,-0.489 -1.141,-0.519 -1.125,-0.548 -1.095,-0.609 -1.062,-0.671 -1.027,-0.735 -0.955,-0.863 -0.873,-0.995 -0.785,-1.124 -0.741,-1.189 -0.695,-1.252 -0.65,-1.315 -0.604,-1.377 -0.558,-1.438 -0.513,-1.497 -0.422,-1.614 -0.334,-1.722 -0.258,-1.815 -0.103,-2.002 0,-2.127 0,-2.127" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,58.0402,199.228">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.658C-0.028,-0.623 -0.054,-0.585 -0.08,-0.545 -0.106,-0.506 -0.128,-0.464 -0.152,-0.423 -0.173,-0.379 -0.195,-0.337 -0.213,-0.293 -0.222,-0.271 -0.23,-0.249 -0.238,-0.227 -0.246,-0.205 -0.254,-0.184 -0.26,-0.162 -0.272,-0.118 -0.285,-0.076 -0.292,-0.034 -0.299,0.007 -0.306,0.046 -0.308,0.083 -0.31,0.119 -0.311,0.153 -0.311,0.183 -0.311,0.212 -0.306,0.239 -0.303,0.26 -0.298,0.303 -0.292,0.327 -0.292,0.327 -0.292,0.327 -0.278,0.305 -0.259,0.268 -0.249,0.249 -0.239,0.227 -0.225,0.202 -0.211,0.177 -0.196,0.149 -0.181,0.118 -0.118,0 -0.035,-0.158 0.049,-0.316 0.07,-0.356 0.091,-0.395 0.111,-0.435 0.132,-0.474 0.151,-0.513 0.17,-0.551 0.208,-0.627 0.243,-0.699 0.271,-0.763 0.299,-0.827 0.321,-0.882 0.335,-0.921 0.35,-0.961 0.358,-0.985 0.358,-0.985 0.358,-0.985 0.335,-0.974 0.3,-0.949 0.265,-0.925 0.217,-0.889 0.164,-0.839 0.112,-0.79 0.054,-0.729 0,-0.658" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,59.168,195.642">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,1.637C0.011,1.612 0.029,1.583 0.045,1.55 0.061,1.516 0.085,1.479 0.106,1.439 0.126,1.398 0.154,1.355 0.178,1.308 0.204,1.262 0.231,1.213 0.259,1.163 0.286,1.112 0.316,1.06 0.344,1.006 0.373,0.953 0.401,0.898 0.43,0.843 0.458,0.788 0.486,0.733 0.512,0.678 0.54,0.624 0.565,0.569 0.59,0.516 0.639,0.41 0.681,0.31 0.716,0.222 0.75,0.134 0.776,0.059 0.793,0.005 0.81,-0.048 0.817,-0.08 0.817,-0.08 0.817,-0.08 0.811,-0.075 0.8,-0.064 0.79,-0.054 0.773,-0.039 0.754,-0.018 0.715,0.022 0.661,0.082 0.602,0.156 0.543,0.23 0.478,0.32 0.413,0.419 0.381,0.468 0.349,0.521 0.318,0.574 0.287,0.628 0.257,0.684 0.227,0.739 0.199,0.796 0.171,0.852 0.146,0.909 0.12,0.966 0.097,1.023 0.076,1.079 0.055,1.135 0.035,1.189 0.02,1.242 0.006,1.296 -0.01,1.345 -0.018,1.393 -0.027,1.442 -0.037,1.484 -0.039,1.525 -0.042,1.565 -0.045,1.599 -0.044,1.628 -0.041,1.686 -0.036,1.717 -0.036,1.717 -0.036,1.717 -0.021,1.687 0,1.637" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,60.8281,197.047">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.642C0.003,0.677 0.008,0.709 0.016,0.739 0.03,0.799 0.047,0.849 0.06,0.883 0.073,0.917 0.083,0.935 0.083,0.935 0.083,0.935 0.093,0.915 0.105,0.881 0.118,0.847 0.134,0.799 0.148,0.742 0.154,0.714 0.162,0.683 0.171,0.651 0.179,0.619 0.187,0.585 0.193,0.55 0.197,0.532 0.2,0.515 0.203,0.497 0.206,0.479 0.21,0.46 0.213,0.442 0.221,0.405 0.226,0.368 0.231,0.331 0.235,0.293 0.242,0.256 0.246,0.219 0.251,0.182 0.254,0.145 0.257,0.109 0.265,0.038 0.266,-0.03 0.267,-0.089 0.268,-0.149 0.265,-0.199 0.263,-0.235 0.262,-0.253 0.26,-0.268 0.259,-0.278 0.258,-0.288 0.257,-0.293 0.257,-0.293 0.257,-0.293 0.242,-0.278 0.22,-0.249 0.209,-0.234 0.195,-0.216 0.182,-0.195 0.169,-0.174 0.155,-0.149 0.14,-0.122 0.111,-0.068 0.085,-0.003 0.06,0.068 0.049,0.104 0.038,0.142 0.029,0.18 0.02,0.218 0.012,0.258 0.006,0.297 0.002,0.337 -0.003,0.377 -0.006,0.417 -0.01,0.456 -0.009,0.495 -0.008,0.533 -0.006,0.571 -0.003,0.607 0,0.642" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,62.9518,198.328">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.074C-0.01,-0.102 -0.02,-0.13 -0.032,-0.157 -0.044,-0.184 -0.056,-0.21 -0.07,-0.235 -0.096,-0.286 -0.124,-0.331 -0.152,-0.369 -0.18,-0.406 -0.208,-0.436 -0.228,-0.457 -0.249,-0.477 -0.263,-0.488 -0.263,-0.488 -0.263,-0.488 -0.268,-0.471 -0.271,-0.442 -0.275,-0.413 -0.278,-0.373 -0.277,-0.326 -0.275,-0.279 -0.27,-0.226 -0.26,-0.17 -0.255,-0.143 -0.249,-0.114 -0.241,-0.086 -0.234,-0.057 -0.224,-0.029 -0.215,0 -0.205,0.028 -0.195,0.056 -0.183,0.083 -0.172,0.11 -0.159,0.136 -0.146,0.161 -0.12,0.211 -0.091,0.257 -0.063,0.294 -0.035,0.332 -0.008,0.362 0.013,0.383 0.034,0.403 0.048,0.414 0.048,0.414 0.048,0.414 0.052,0.397 0.056,0.368 0.06,0.339 0.063,0.299 0.062,0.252 0.061,0.205 0.055,0.151 0.045,0.096 0.04,0.068 0.034,0.04 0.026,0.011 0.019,-0.017 0.009,-0.046 0,-0.074" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,63.607,196.827">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.646C0.033,0.694 0.065,0.74 0.096,0.784 0.128,0.828 0.155,0.87 0.181,0.909 0.209,0.947 0.231,0.983 0.253,1.016 0.274,1.048 0.294,1.076 0.307,1.1 0.335,1.148 0.354,1.176 0.354,1.176 0.354,1.176 0.355,1.144 0.35,1.086 0.348,1.056 0.343,1.022 0.334,0.983 0.326,0.943 0.316,0.898 0.301,0.852 0.285,0.806 0.269,0.754 0.247,0.703 0.225,0.651 0.202,0.597 0.174,0.543 0.146,0.489 0.117,0.433 0.084,0.379 0.052,0.324 0.017,0.27 -0.019,0.217 -0.055,0.163 -0.093,0.111 -0.131,0.061 -0.168,0.01 -0.208,-0.037 -0.247,-0.084 -0.325,-0.175 -0.402,-0.257 -0.472,-0.323 -0.542,-0.39 -0.604,-0.442 -0.65,-0.477 -0.672,-0.495 -0.691,-0.508 -0.703,-0.517 -0.716,-0.525 -0.723,-0.53 -0.723,-0.53 -0.723,-0.53 -0.71,-0.5 -0.685,-0.449 -0.66,-0.397 -0.623,-0.326 -0.576,-0.243 -0.529,-0.159 -0.472,-0.064 -0.409,0.036 -0.378,0.086 -0.344,0.137 -0.311,0.188 -0.277,0.24 -0.242,0.292 -0.207,0.344 -0.137,0.447 -0.066,0.55 0,0.646" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,65.0344,196.556">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.732C0.041,0.789 0.082,0.843 0.118,0.896 0.137,0.922 0.155,0.947 0.173,0.972 0.19,0.997 0.206,1.021 0.221,1.044 0.238,1.067 0.253,1.089 0.268,1.11 0.281,1.132 0.294,1.153 0.306,1.172 0.329,1.211 0.355,1.244 0.368,1.274 0.398,1.332 0.419,1.367 0.419,1.367 0.419,1.367 0.418,1.329 0.411,1.26 0.409,1.224 0.398,1.185 0.387,1.138 0.381,1.115 0.375,1.09 0.367,1.064 0.358,1.038 0.349,1.012 0.339,0.984 0.329,0.957 0.318,0.928 0.307,0.898 0.294,0.87 0.28,0.84 0.266,0.81 0.252,0.78 0.237,0.748 0.221,0.717 0.205,0.686 0.187,0.655 0.17,0.623 0.135,0.559 0.096,0.496 0.054,0.432 0.015,0.367 -0.031,0.306 -0.076,0.243 -0.121,0.181 -0.168,0.12 -0.215,0.061 -0.263,0.003 -0.311,-0.054 -0.359,-0.108 -0.454,-0.215 -0.548,-0.311 -0.633,-0.389 -0.717,-0.468 -0.791,-0.53 -0.845,-0.572 -0.871,-0.593 -0.893,-0.608 -0.908,-0.619 -0.923,-0.63 -0.931,-0.635 -0.931,-0.635 -0.931,-0.635 -0.913,-0.6 -0.879,-0.542 -0.845,-0.483 -0.795,-0.402 -0.734,-0.305 -0.672,-0.209 -0.598,-0.099 -0.516,0.017 -0.476,0.075 -0.434,0.135 -0.39,0.195 -0.347,0.255 -0.303,0.316 -0.259,0.377 -0.171,0.498 -0.083,0.619 0,0.732" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,66.3121,196.982">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.375C0.05,0.443 0.1,0.51 0.148,0.574 0.194,0.64 0.239,0.703 0.282,0.763 0.323,0.824 0.361,0.882 0.398,0.936 0.433,0.99 0.463,1.041 0.492,1.085 0.521,1.13 0.542,1.171 0.561,1.204 0.598,1.271 0.622,1.31 0.622,1.31 0.622,1.31 0.617,1.266 0.604,1.189 0.596,1.15 0.59,1.102 0.572,1.051 0.556,0.999 0.54,0.939 0.516,0.876 0.49,0.815 0.463,0.747 0.43,0.677 0.395,0.609 0.359,0.537 0.317,0.464 0.295,0.429 0.273,0.393 0.25,0.356 0.228,0.32 0.205,0.282 0.18,0.247 0.13,0.175 0.079,0.102 0.024,0.032 -0.031,-0.037 -0.085,-0.107 -0.143,-0.172 -0.2,-0.238 -0.258,-0.301 -0.316,-0.36 -0.372,-0.421 -0.431,-0.476 -0.485,-0.528 -0.541,-0.58 -0.595,-0.628 -0.645,-0.671 -0.747,-0.756 -0.834,-0.823 -0.898,-0.868 -0.962,-0.912 -1,-0.935 -1,-0.935 -1,-0.935 -0.975,-0.898 -0.93,-0.835 -0.907,-0.804 -0.88,-0.766 -0.848,-0.724 -0.815,-0.681 -0.78,-0.632 -0.74,-0.58 -0.661,-0.476 -0.567,-0.356 -0.467,-0.228 -0.417,-0.165 -0.366,-0.099 -0.313,-0.032 -0.261,0.035 -0.208,0.103 -0.156,0.171 -0.101,0.238 -0.053,0.309 0,0.375" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,68.2771,197.004">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.409C0.029,0.455 0.055,0.502 0.083,0.547 0.109,0.593 0.135,0.639 0.161,0.684 0.185,0.729 0.209,0.774 0.233,0.818 0.255,0.862 0.277,0.905 0.299,0.947 0.319,0.99 0.339,1.032 0.358,1.072 0.376,1.113 0.393,1.152 0.41,1.19 0.44,1.267 0.469,1.338 0.491,1.402 0.514,1.466 0.53,1.523 0.545,1.569 0.571,1.665 0.586,1.719 0.586,1.719 0.586,1.719 0.587,1.705 0.588,1.679 0.588,1.652 0.592,1.612 0.59,1.563 0.587,1.513 0.587,1.451 0.576,1.382 0.568,1.312 0.553,1.234 0.534,1.15 0.524,1.108 0.512,1.065 0.501,1.019 0.487,0.975 0.472,0.929 0.457,0.882 0.441,0.835 0.422,0.788 0.404,0.739 0.384,0.691 0.363,0.643 0.341,0.593 0.296,0.495 0.246,0.396 0.19,0.297 0.135,0.199 0.075,0.101 0.012,0.006 -0.114,-0.185 -0.253,-0.366 -0.393,-0.528 -0.462,-0.609 -0.532,-0.685 -0.599,-0.755 -0.667,-0.826 -0.734,-0.89 -0.796,-0.949 -0.919,-1.066 -1.029,-1.156 -1.108,-1.217 -1.186,-1.279 -1.234,-1.31 -1.234,-1.31 -1.234,-1.31 -1.097,-1.131 -0.892,-0.862 -0.791,-0.727 -0.673,-0.571 -0.55,-0.403 -0.52,-0.361 -0.489,-0.318 -0.457,-0.274 -0.426,-0.231 -0.395,-0.186 -0.363,-0.142 -0.301,-0.052 -0.237,0.039 -0.177,0.131 -0.115,0.223 -0.057,0.317 0,0.409" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,69.7545,196.88">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.442C0.016,0.469 0.026,0.498 0.04,0.525 0.054,0.553 0.066,0.58 0.08,0.606 0.093,0.632 0.102,0.66 0.114,0.685 0.135,0.737 0.16,0.785 0.175,0.832 0.193,0.878 0.209,0.921 0.225,0.959 0.238,0.998 0.249,1.032 0.259,1.06 0.278,1.116 0.292,1.15 0.292,1.15 0.292,1.15 0.298,1.116 0.304,1.055 0.306,1.024 0.311,0.987 0.312,0.944 0.31,0.902 0.308,0.854 0.304,0.801 0.301,0.748 0.288,0.693 0.277,0.633 0.271,0.604 0.266,0.573 0.256,0.543 0.248,0.512 0.237,0.482 0.228,0.45 0.209,0.387 0.182,0.324 0.154,0.261 0.128,0.197 0.092,0.137 0.059,0.075 0.025,0.014 -0.014,-0.044 -0.052,-0.101 -0.073,-0.128 -0.093,-0.156 -0.114,-0.182 -0.134,-0.209 -0.154,-0.235 -0.176,-0.259 -0.26,-0.359 -0.347,-0.444 -0.426,-0.512 -0.465,-0.546 -0.503,-0.574 -0.537,-0.599 -0.571,-0.624 -0.602,-0.645 -0.628,-0.661 -0.679,-0.694 -0.711,-0.708 -0.711,-0.708 -0.711,-0.708 -0.706,-0.701 -0.697,-0.687 -0.688,-0.674 -0.676,-0.653 -0.659,-0.629 -0.626,-0.579 -0.58,-0.509 -0.524,-0.424 -0.496,-0.382 -0.466,-0.337 -0.435,-0.289 -0.403,-0.242 -0.371,-0.191 -0.337,-0.14 -0.303,-0.088 -0.272,-0.033 -0.236,0.021 -0.205,0.077 -0.169,0.131 -0.138,0.188 -0.107,0.245 -0.072,0.301 -0.044,0.358 -0.03,0.386 -0.015,0.415 0,0.442" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,70.1612,201.631">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.837C0.009,-0.795 0.019,-0.751 0.028,-0.706 0.038,-0.66 0.048,-0.614 0.058,-0.566 0.068,-0.519 0.076,-0.47 0.087,-0.422 0.096,-0.374 0.104,-0.325 0.115,-0.278 0.122,-0.23 0.131,-0.183 0.141,-0.137 0.148,-0.091 0.156,-0.046 0.165,-0.004 0.174,0.038 0.179,0.079 0.187,0.116 0.195,0.154 0.204,0.189 0.209,0.22 0.215,0.251 0.222,0.278 0.227,0.3 0.238,0.345 0.247,0.372 0.247,0.372 0.247,0.372 0.258,0.347 0.272,0.302 0.279,0.28 0.289,0.253 0.297,0.222 0.307,0.19 0.312,0.154 0.319,0.115 0.325,0.076 0.333,0.033 0.336,-0.012 0.339,-0.058 0.341,-0.106 0.342,-0.156 0.34,-0.205 0.338,-0.257 0.333,-0.309 0.327,-0.361 0.319,-0.414 0.31,-0.466 0.297,-0.518 0.288,-0.57 0.271,-0.62 0.256,-0.67 0.24,-0.719 0.22,-0.765 0.202,-0.812 0.181,-0.856 0.16,-0.896 0.139,-0.937 0.116,-0.974 0.094,-1.008 0.072,-1.041 0.05,-1.071 0.029,-1.096 0.009,-1.122 -0.012,-1.143 -0.027,-1.16 -0.061,-1.193 -0.083,-1.209 -0.083,-1.209 -0.083,-1.209 -0.06,-1.108 -0.026,-0.956 -0.018,-0.919 -0.009,-0.879 0,-0.837" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,71.0932,199.735">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.29C0.02,-0.227 0.03,-0.162 0.045,-0.098 0.06,-0.033 0.074,0.031 0.088,0.094 0.095,0.126 0.103,0.157 0.109,0.189 0.115,0.221 0.12,0.253 0.126,0.284 0.137,0.347 0.148,0.409 0.159,0.471 0.171,0.532 0.182,0.592 0.193,0.651 0.202,0.711 0.21,0.769 0.218,0.825 0.235,0.939 0.252,1.046 0.269,1.145 0.278,1.195 0.282,1.243 0.288,1.288 0.294,1.333 0.3,1.377 0.305,1.417 0.316,1.498 0.327,1.569 0.335,1.627 0.353,1.744 0.366,1.811 0.366,1.811 0.366,1.811 0.373,1.744 0.381,1.626 0.384,1.567 0.389,1.495 0.392,1.413 0.395,1.33 0.403,1.237 0.399,1.136 0.397,1.034 0.394,0.924 0.389,0.808 0.386,0.749 0.383,0.689 0.38,0.628 0.373,0.567 0.366,0.505 0.359,0.442 0.351,0.379 0.344,0.314 0.336,0.249 0.332,0.217 0.328,0.184 0.324,0.151 0.318,0.118 0.311,0.085 0.305,0.052 0.292,-0.014 0.279,-0.08 0.265,-0.147 0.251,-0.213 0.241,-0.281 0.22,-0.346 0.202,-0.412 0.183,-0.478 0.164,-0.544 0.146,-0.609 0.127,-0.675 0.102,-0.738 0.053,-0.864 0.011,-0.99 -0.05,-1.105 -0.079,-1.163 -0.105,-1.221 -0.135,-1.276 -0.167,-1.329 -0.199,-1.381 -0.229,-1.432 -0.259,-1.483 -0.294,-1.53 -0.328,-1.574 -0.363,-1.618 -0.392,-1.664 -0.429,-1.701 -0.464,-1.739 -0.497,-1.777 -0.53,-1.811 -0.565,-1.842 -0.599,-1.872 -0.63,-1.9 -0.66,-1.929 -0.695,-1.951 -0.724,-1.972 -0.739,-1.982 -0.752,-1.993 -0.767,-2.002 -0.781,-2.01 -0.795,-2.018 -0.808,-2.026 -0.834,-2.041 -0.857,-2.055 -0.879,-2.063 -0.9,-2.072 -0.917,-2.082 -0.933,-2.086 -0.963,-2.097 -0.98,-2.101 -0.98,-2.101 -0.98,-2.101 -0.965,-2.092 -0.939,-2.075 -0.914,-2.057 -0.877,-2.029 -0.834,-1.989 -0.824,-1.98 -0.812,-1.969 -0.8,-1.959 -0.789,-1.948 -0.778,-1.935 -0.766,-1.922 -0.743,-1.895 -0.715,-1.872 -0.691,-1.839 -0.666,-1.807 -0.64,-1.774 -0.612,-1.739 -0.587,-1.701 -0.56,-1.663 -0.533,-1.623 -0.503,-1.584 -0.482,-1.536 -0.455,-1.491 -0.429,-1.445 -0.4,-1.399 -0.377,-1.347 -0.353,-1.297 -0.328,-1.245 -0.302,-1.192 -0.279,-1.138 -0.257,-1.081 -0.234,-1.024 -0.184,-0.913 -0.15,-0.789 -0.107,-0.668 -0.084,-0.607 -0.07,-0.543 -0.052,-0.48 -0.035,-0.417 -0.017,-0.353 0,-0.29" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,52.4727,184.731">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,6.458L0.024,6.38C0.033,6.354 0.043,6.329 0.052,6.304 0.07,6.253 0.087,6.202 0.107,6.153 0.126,6.105 0.146,6.056 0.166,6.009 0.184,5.961 0.207,5.917 0.227,5.872 0.247,5.827 0.267,5.783 0.289,5.742 0.31,5.701 0.331,5.66 0.351,5.621 0.372,5.583 0.393,5.546 0.412,5.511 0.453,5.441 0.491,5.377 0.527,5.323 0.543,5.298 0.557,5.276 0.571,5.255 0.614,5.283 0.66,5.307 0.709,5.326 0.773,5.35 0.84,5.364 0.906,5.369L0.956,5.371C0.958,5.371,0.988,5.37,0.979,5.37L0.988,5.37 1.005,5.369 1.014,5.368C1.016,5.368 1.021,5.368 1.028,5.367 1.04,5.365 1.052,5.363 1.063,5.361 1.075,5.359 1.087,5.356 1.099,5.354L1.131,5.343C1.152,5.336 1.173,5.328 1.194,5.316 1.215,5.306 1.234,5.293 1.253,5.278 1.272,5.264 1.289,5.249 1.304,5.232 1.321,5.216 1.334,5.199 1.346,5.182 1.394,5.114 1.417,5.051 1.436,4.995 1.453,4.94 1.466,4.889 1.477,4.842 1.498,4.749 1.518,4.669 1.546,4.601 1.574,4.534 1.608,4.481 1.653,4.44 1.697,4.398 1.755,4.366 1.826,4.343 1.844,4.338 1.86,4.33 1.88,4.327 1.898,4.323 1.92,4.317 1.934,4.314L2.077,4.289 2.205,4.274 2.337,4.266C2.51,4.262 2.678,4.285 2.819,4.345 2.888,4.378 2.95,4.419 3.007,4.469 3.06,4.522 3.11,4.581 3.15,4.652 3.161,4.668 3.169,4.688 3.178,4.706 3.187,4.725 3.198,4.742 3.205,4.762L3.257,4.893C3.26,4.903 3.268,4.92 3.276,4.936 3.283,4.952 3.291,4.969 3.299,4.983 3.316,5.011 3.331,5.039 3.351,5.066 3.388,5.12 3.435,5.171 3.487,5.214 3.59,5.302 3.717,5.357 3.839,5.384 3.962,5.411 4.081,5.413 4.195,5.405 4.422,5.385 4.631,5.324 4.828,5.245 4.926,5.206 5.022,5.162 5.115,5.114L5.185,5.074 5.261,5.027C5.306,4.996 5.349,4.966 5.391,4.934 5.557,4.809 5.705,4.68 5.855,4.56 6.004,4.441 6.154,4.328 6.305,4.243 6.455,4.157 6.61,4.108 6.728,4.125 6.787,4.133 6.84,4.156 6.894,4.194 6.947,4.231 6.995,4.291 7.041,4.353 7.062,4.388 7.086,4.419 7.105,4.457L7.17,4.578 7.203,4.641 7.246,4.712C7.274,4.76 7.306,4.803 7.337,4.847 7.405,4.934 7.481,5.02 7.586,5.092 7.639,5.128 7.698,5.161 7.768,5.182 7.785,5.187 7.802,5.193 7.82,5.197 7.838,5.2 7.857,5.203 7.876,5.205 7.912,5.212 7.952,5.208 7.99,5.207 8.096,5.196 8.191,5.154 8.268,5.099 8.286,5.122 8.304,5.147 8.323,5.175 8.343,5.204 8.364,5.233 8.386,5.265 8.406,5.298 8.428,5.333 8.451,5.368 8.475,5.404 8.496,5.443 8.519,5.483 8.542,5.523 8.568,5.564 8.589,5.608 8.634,5.695 8.684,5.787 8.726,5.886 8.747,5.936 8.772,5.985 8.792,6.037 8.812,6.088 8.833,6.141 8.853,6.194 8.863,6.22 8.874,6.247 8.884,6.274L8.911,6.356C8.928,6.411 8.946,6.466 8.964,6.521 8.997,6.632 9.024,6.745 9.054,6.856 9.076,6.968 9.098,7.079 9.119,7.186 9.135,7.294 9.148,7.399 9.162,7.499 9.17,7.549 9.173,7.598 9.176,7.645 9.179,7.693 9.182,7.738 9.185,7.782 9.19,7.87 9.199,7.951 9.196,8.022 9.196,8.094 9.197,8.157 9.197,8.208L9.197,8.37C9.197,8.37 9.202,8.312 9.212,8.209 9.217,8.157 9.223,8.095 9.23,8.023 9.239,7.951 9.238,7.87 9.242,7.781 9.243,7.737 9.244,7.691 9.246,7.643 9.248,7.595 9.249,7.545 9.246,7.494 9.242,7.392 9.239,7.284 9.234,7.173 9.223,7.061 9.211,6.946 9.2,6.829 9.18,6.714 9.164,6.595 9.141,6.477 9.128,6.418 9.115,6.36 9.102,6.301 9.096,6.272 9.089,6.243 9.083,6.214 9.076,6.185 9.067,6.157 9.059,6.128 9.043,6.071 9.027,6.014 9.011,5.958 8.995,5.902 8.975,5.848 8.957,5.795 8.923,5.686 8.88,5.585 8.842,5.488 8.824,5.439 8.8,5.394 8.781,5.349 8.76,5.304 8.742,5.26 8.72,5.22 8.699,5.179 8.679,5.14 8.66,5.102 8.641,5.065 8.62,5.031 8.602,4.998 8.566,4.932 8.529,4.877 8.501,4.831 8.501,4.83 8.5,4.829 8.5,4.829 8.52,4.791 8.538,4.752 8.554,4.713 8.635,4.5 8.653,4.273 8.599,4.05 8.585,3.995 8.567,3.94 8.542,3.887 8.531,3.86 8.516,3.835 8.502,3.809L8.484,3.778 8.467,3.749 8.45,3.721 8.438,3.698C8.429,3.683 8.421,3.667 8.412,3.648 8.394,3.613 8.377,3.576 8.361,3.539 8.295,3.389 8.237,3.23 8.176,3.07 8.054,2.751 7.924,2.426 7.729,2.135 7.632,1.99 7.516,1.855 7.384,1.74 7.251,1.625 7.102,1.533 6.946,1.467 6.908,1.449 6.867,1.437 6.828,1.422L6.814,1.417 6.811,1.416 6.785,1.406 6.734,1.387C6.714,1.38 6.709,1.374 6.698,1.369 6.688,1.363 6.678,1.358 6.667,1.352 6.646,1.34 6.623,1.322 6.6,1.308 6.514,1.241 6.442,1.151 6.385,1.051 6.326,0.95 6.283,0.838 6.247,0.726 6.212,0.613 6.185,0.499 6.165,0.386 6.143,0.273 6.128,0.161 6.116,0.053 6.102,-0.056 6.094,-0.161 6.083,-0.263 6.065,-0.469 6.049,-0.658 6.034,-0.829 6.019,-1.001 6.001,-1.155 5.984,-1.29 5.967,-1.424 5.946,-1.539 5.93,-1.631 5.892,-1.817 5.859,-1.912 5.859,-1.912 5.859,-1.912 5.848,-1.813 5.828,-1.627 5.809,-1.442 5.775,-1.172 5.755,-0.824 5.736,-0.476 5.725,-0.05 5.802,0.448 5.821,0.572 5.847,0.701 5.885,0.834 5.923,0.966 5.97,1.103 6.044,1.239 6.117,1.374 6.215,1.511 6.351,1.621 6.387,1.647 6.421,1.673 6.461,1.698L6.525,1.733C6.546,1.744,6.571,1.758,6.585,1.763L6.636,1.783 6.661,1.794 6.695,1.806C6.725,1.818 6.755,1.828 6.784,1.842 6.9,1.894 7.01,1.964 7.109,2.053 7.208,2.143 7.297,2.249 7.376,2.37 7.536,2.613 7.654,2.907 7.77,3.222 7.829,3.381 7.888,3.545 7.963,3.715 7.982,3.757 8.001,3.8 8.023,3.843 8.033,3.864 8.045,3.887 8.058,3.91L8.077,3.944 8.111,4.002 8.118,4.013 8.12,4.018 8.126,4.028C8.133,4.041 8.141,4.053 8.146,4.068 8.159,4.095 8.169,4.125 8.177,4.156 8.209,4.28 8.198,4.428 8.149,4.555 8.125,4.619 8.09,4.676 8.052,4.716 8.014,4.758 7.977,4.773 7.947,4.778 7.918,4.78 7.878,4.771 7.827,4.737 7.778,4.704 7.726,4.65 7.678,4.589 7.655,4.556 7.63,4.524 7.61,4.49L7.579,4.44 7.546,4.378 7.475,4.248C7.451,4.201 7.418,4.156 7.388,4.11 7.321,4.019 7.248,3.928 7.144,3.854 7.042,3.779 6.914,3.724 6.782,3.708 6.65,3.69 6.522,3.709 6.409,3.743 6.295,3.777 6.194,3.825 6.1,3.878 5.912,3.985 5.75,4.111 5.594,4.236 5.439,4.362 5.29,4.491 5.142,4.603 5.105,4.632 5.068,4.658 5.032,4.683L4.983,4.714 4.924,4.747C4.842,4.79 4.759,4.829 4.674,4.864 4.505,4.932 4.33,4.982 4.163,4.996 3.996,5.01 3.844,4.979 3.752,4.899 3.728,4.879 3.707,4.856 3.689,4.829 3.679,4.816 3.671,4.801 3.663,4.786 3.659,4.779 3.656,4.773 3.653,4.767 3.65,4.761 3.647,4.756 3.642,4.742L3.586,4.599C3.576,4.572 3.561,4.547 3.549,4.521 3.536,4.496 3.525,4.469 3.509,4.445 3.452,4.343 3.377,4.249 3.29,4.164 3.201,4.082 3.098,4.015 2.989,3.965 2.77,3.868 2.54,3.842 2.326,3.846 2.273,3.849 2.22,3.852 2.167,3.855L2.006,3.874 1.863,3.898 1.854,3.9 1.839,3.903 1.818,3.908 1.776,3.917C1.748,3.923 1.719,3.934 1.691,3.942 1.579,3.979 1.463,4.038 1.366,4.128 1.268,4.215 1.198,4.329 1.153,4.437 1.107,4.546 1.083,4.651 1.06,4.742 1.049,4.787 1.039,4.829 1.027,4.863 1.016,4.896 1.004,4.922 0.997,4.93 0.989,4.939 0.995,4.933 0.991,4.935L0.99,4.936 0.992,4.937 0.988,4.937 0.979,4.938 0.962,4.939 0.958,4.939 0.938,4.938C0.885,4.933 0.84,4.916 0.794,4.882 0.703,4.814 0.625,4.677 0.573,4.528 0.521,4.377 0.486,4.212 0.463,4.046 0.44,3.879 0.428,3.71 0.423,3.542 0.42,3.458 0.42,3.373 0.42,3.292 0.421,3.249 0.421,3.206 0.422,3.164 0.423,3.126 0.425,3.088 0.427,3.051 0.451,2.75 0.555,2.472 0.724,2.246 0.89,2.018 1.113,1.838 1.35,1.708 1.468,1.643 1.591,1.589 1.713,1.549 1.774,1.53 1.835,1.513 1.893,1.501L1.932,1.493C1.945,1.491,1.965,1.489,1.981,1.486L2.022,1.479C2.039,1.475 2.056,1.471 2.071,1.466 2.102,1.453 2.135,1.44 2.161,1.421 2.214,1.385 2.253,1.343 2.282,1.302 2.313,1.26 2.332,1.221 2.351,1.182 2.385,1.105 2.406,1.033 2.424,0.963 2.457,0.824 2.474,0.695 2.488,0.571 2.538,0.077 2.539,-0.34 2.537,-0.686 2.534,-1.031 2.526,-1.301 2.52,-1.488 2.516,-1.582 2.513,-1.653 2.512,-1.702 2.51,-1.751 2.508,-1.776 2.508,-1.776 2.508,-1.776 2.498,-1.753 2.481,-1.707 2.463,-1.661 2.441,-1.592 2.413,-1.502 2.359,-1.321 2.296,-1.051 2.246,-0.705 2.222,-0.533 2.201,-0.342 2.181,-0.135 2.162,0.072 2.146,0.295 2.115,0.526 2.099,0.641 2.08,0.758 2.051,0.868 2.035,0.922 2.018,0.974 1.997,1.017 1.977,1.059 1.951,1.087 1.945,1.089L1.944,1.089 1.943,1.088 1.943,1.089 1.934,1.09C1.916,1.092 1.902,1.093 1.881,1.096 1.86,1.099 1.838,1.102 1.818,1.106 1.74,1.119 1.665,1.139 1.591,1.162 1.442,1.207 1.296,1.268 1.154,1.343 1.011,1.418 0.872,1.508 0.741,1.615 0.61,1.722 0.486,1.846 0.379,1.99 0.162,2.274 0.023,2.638 -0.009,3.014 -0.012,3.062 -0.014,3.109 -0.017,3.157 -0.018,3.2 -0.018,3.243 -0.019,3.286 -0.019,3.376 -0.019,3.465 -0.016,3.555 -0.01,3.736 0.003,3.919 0.028,4.106 0.055,4.292 0.092,4.483 0.161,4.675 0.196,4.771 0.239,4.868 0.298,4.963 0.306,4.977 0.315,4.99 0.324,5.003 0.298,5.047 0.271,5.099 0.24,5.158 0.208,5.221 0.174,5.293 0.138,5.372 0.121,5.412 0.103,5.453 0.085,5.496 0.068,5.54 0.05,5.584 0.033,5.63 0.014,5.676 -0.002,5.724 -0.019,5.773 -0.035,5.823 -0.054,5.872 -0.068,5.924 -0.083,5.975 -0.099,6.028 -0.114,6.08 -0.129,6.134 -0.142,6.188 -0.155,6.242 -0.162,6.27 -0.169,6.297 -0.176,6.324L-0.193,6.408C-0.204,6.463 -0.215,6.519 -0.226,6.575 -0.234,6.631 -0.243,6.687 -0.251,6.743 -0.26,6.799 -0.269,6.854 -0.273,6.91 -0.284,7.021 -0.297,7.13 -0.3,7.236 -0.303,7.288 -0.306,7.34 -0.308,7.391 -0.31,7.442 -0.309,7.492 -0.309,7.54 -0.309,7.637 -0.311,7.728 -0.304,7.812 -0.3,7.896 -0.296,7.973 -0.292,8.042 -0.285,8.109 -0.279,8.169 -0.274,8.217 -0.264,8.315 -0.258,8.37 -0.258,8.37L-0.258,8.217C-0.258,8.168 -0.258,8.109 -0.259,8.041 -0.255,7.973 -0.251,7.896 -0.247,7.813 -0.245,7.73 -0.235,7.64 -0.225,7.545 -0.22,7.497 -0.216,7.449 -0.209,7.399 -0.202,7.35 -0.194,7.299 -0.186,7.248 -0.172,7.145 -0.149,7.04 -0.127,6.934 -0.117,6.881 -0.104,6.828 -0.09,6.775 -0.076,6.722 -0.062,6.668 -0.048,6.615 -0.032,6.563 -0.016,6.51 0,6.458" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,67.3299,182.482">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-0.889C-0.037,-0.922 -0.073,-0.954 -0.106,-0.986 -0.174,-1.049 -0.235,-1.107 -0.29,-1.159 -0.345,-1.211 -0.394,-1.254 -0.434,-1.292 -0.514,-1.366 -0.561,-1.406 -0.561,-1.406 -0.561,-1.406 -0.529,-1.353 -0.468,-1.263 -0.438,-1.217 -0.4,-1.163 -0.355,-1.101 -0.312,-1.039 -0.26,-0.971 -0.202,-0.898 -0.144,-0.824 -0.079,-0.746 -0.008,-0.665 0.065,-0.586 0.142,-0.502 0.229,-0.421 0.25,-0.401 0.271,-0.38 0.293,-0.359 0.315,-0.339 0.339,-0.32 0.362,-0.299 0.408,-0.26 0.454,-0.218 0.503,-0.18 0.553,-0.143 0.604,-0.105 0.654,-0.067 0.705,-0.03 0.76,0.003 0.813,0.038 0.84,0.055 0.866,0.073 0.894,0.088L0.978,0.134 1.061,0.179 1.103,0.201 1.146,0.22C1.203,0.246 1.26,0.271 1.317,0.296 1.373,0.319 1.431,0.337 1.488,0.357 1.599,0.399 1.713,0.421 1.818,0.448 1.924,0.471 2.027,0.483 2.12,0.497 2.214,0.507 2.3,0.51 2.376,0.515 2.395,0.516 2.414,0.516 2.431,0.517 2.449,0.517 2.467,0.517 2.483,0.516 2.516,0.515 2.546,0.514 2.574,0.513 2.683,0.509 2.745,0.504 2.745,0.504 2.745,0.504 2.684,0.489 2.578,0.468 2.551,0.463 2.522,0.457 2.49,0.451 2.474,0.448 2.457,0.444 2.44,0.441 2.423,0.437 2.405,0.433 2.387,0.428 2.315,0.409 2.233,0.391 2.144,0.369 2.1,0.356 2.055,0.342 2.008,0.327 1.961,0.312 1.911,0.302 1.863,0.283 1.814,0.265 1.764,0.247 1.713,0.229 1.687,0.219 1.661,0.212 1.635,0.201 1.61,0.19 1.584,0.179 1.558,0.168 1.507,0.145 1.453,0.125 1.401,0.1 1.349,0.074 1.297,0.048 1.244,0.022 1.19,-0.001 1.141,-0.035 1.088,-0.063L1.01,-0.107C0.984,-0.122 0.959,-0.139 0.934,-0.155 0.884,-0.188 0.832,-0.218 0.783,-0.252 0.734,-0.287 0.685,-0.321 0.637,-0.356 0.543,-0.428 0.449,-0.497 0.363,-0.571 0.274,-0.643 0.192,-0.717 0.113,-0.786 0.074,-0.82 0.037,-0.856 0,-0.889" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,50.3056,179.76">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,1.885C0,1.885 0.063,1.893 0.175,1.903 0.23,1.905 0.299,1.91 0.377,1.908 0.416,1.907 0.458,1.905 0.501,1.904 0.545,1.902 0.591,1.896 0.639,1.891 0.736,1.881 0.84,1.865 0.948,1.84 1.057,1.817 1.17,1.784 1.285,1.744 1.4,1.703 1.517,1.656 1.632,1.6 1.747,1.545 1.859,1.479 1.97,1.412 2.078,1.341 2.186,1.268 2.285,1.19 2.385,1.111 2.481,1.031 2.569,0.948 2.657,0.867 2.739,0.784 2.814,0.704 2.889,0.624 2.957,0.545 3.018,0.472 3.141,0.326 3.236,0.199 3.304,0.112 3.372,0.025 3.412,-0.025 3.412,-0.025 3.412,-0.025 3.399,-0.016 3.375,0.001 3.351,0.019 3.315,0.045 3.272,0.08 3.185,0.151 3.066,0.256 2.925,0.381 2.854,0.443 2.777,0.51 2.696,0.581 2.615,0.651 2.528,0.723 2.437,0.796 2.347,0.869 2.251,0.942 2.153,1.013 2.055,1.085 1.952,1.153 1.849,1.219 1.744,1.284 1.639,1.347 1.532,1.403 1.479,1.432 1.424,1.457 1.372,1.484 1.318,1.509 1.265,1.533 1.212,1.556 1.106,1.601 1.003,1.642 0.902,1.675 0.852,1.692 0.803,1.709 0.755,1.723 0.707,1.737 0.661,1.753 0.616,1.763 0.526,1.786 0.442,1.805 0.367,1.821 0.292,1.836 0.226,1.848 0.172,1.858 0.063,1.873 0,1.885 0,1.885" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,60.9276,172.427">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,0.516C0.038,0.479,0.075,0.442,0.111,0.403L0.164,0.345C0.182,0.325 0.2,0.306 0.217,0.286 0.251,0.245 0.285,0.205 0.318,0.164 0.352,0.123 0.382,0.079 0.413,0.036L0.46,-0.028C0.471,-0.044 0.481,-0.06 0.492,-0.077 0.5,-0.064 0.508,-0.052 0.516,-0.039 0.537,-0.009 0.558,0.021 0.579,0.051 0.6,0.081 0.621,0.111 0.643,0.14 0.731,0.258 0.823,0.373 0.923,0.482 0.948,0.509 0.973,0.536 0.999,0.562L1.078,0.641C1.132,0.691 1.186,0.742 1.245,0.787 1.274,0.811 1.303,0.834 1.334,0.855 1.366,0.875 1.395,0.898 1.427,0.917 1.46,0.935 1.492,0.953 1.525,0.97 1.56,0.985 1.594,0.999 1.628,1.012 1.601,0.986 1.574,0.962 1.548,0.938L1.473,0.86C1.448,0.835 1.425,0.807 1.401,0.781 1.377,0.754 1.356,0.726 1.333,0.698 1.31,0.671 1.287,0.644 1.266,0.615L1.2,0.531 1.136,0.445C1.115,0.417 1.095,0.387 1.073,0.359 1.052,0.33 1.031,0.302 1.011,0.272L0.948,0.185 0.826,0.01 0.704,-0.167 0.585,-0.343 0.482,-0.496 0.394,-0.338C0.369,-0.294 0.344,-0.25 0.321,-0.205 0.308,-0.183 0.298,-0.16 0.284,-0.139L0.245,-0.073C0.219,-0.029 0.195,0.016 0.168,0.06 0.141,0.103 0.114,0.147 0.088,0.191L-0.075,0.456C-0.102,0.501 -0.13,0.545 -0.156,0.59 -0.183,0.635 -0.21,0.68 -0.237,0.726 -0.195,0.693 -0.154,0.66 -0.115,0.624 -0.075,0.589 -0.037,0.553 0,0.516" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,73.6824,239.54">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-1.225C-0.015,-1.321 -0.029,-1.415 -0.046,-1.502 -0.078,-1.679 -0.114,-1.839 -0.143,-1.981 -0.171,-2.122 -0.197,-2.246 -0.215,-2.348 -0.235,-2.45 -0.247,-2.531 -0.257,-2.586 -0.266,-2.641 -0.271,-2.671 -0.271,-2.671 -0.271,-2.671 -0.27,-2.641 -0.269,-2.585 -0.267,-2.529 -0.268,-2.447 -0.26,-2.343 -0.254,-2.238 -0.244,-2.112 -0.229,-1.967 -0.213,-1.823 -0.195,-1.661 -0.176,-1.484 -0.157,-1.307 -0.141,-1.117 -0.143,-0.919 -0.146,-0.721 -0.172,-0.515 -0.232,-0.312 -0.249,-0.262 -0.266,-0.211 -0.283,-0.16 -0.305,-0.11 -0.327,-0.06 -0.349,-0.01 -0.359,0.015 -0.372,0.039 -0.386,0.063L-0.425,0.135 -0.463,0.207 -0.51,0.281C-0.628,0.477,-0.769,0.656,-0.936,0.806L-0.998,0.863 -1.064,0.913C-1.107,0.949 -1.155,0.977 -1.201,1.007 -1.297,1.062 -1.395,1.112 -1.5,1.145 -1.706,1.216 -1.925,1.239 -2.138,1.232 -2.351,1.223 -2.558,1.187 -2.752,1.138 -2.945,1.089 -3.127,1.03 -3.293,0.97 -3.625,0.848 -3.899,0.73 -4.091,0.651 -4.187,0.611 -4.264,0.581 -4.316,0.561 -4.368,0.54 -4.396,0.529 -4.396,0.529 -4.396,0.529 -4.292,0.588 -4.111,0.692 -4.02,0.743 -3.91,0.805 -3.781,0.873 -3.653,0.941 -3.507,1.017 -3.342,1.091 -3.179,1.165 -2.997,1.24 -2.798,1.301 -2.598,1.362 -2.381,1.416 -2.149,1.431 -1.917,1.446 -1.669,1.433 -1.431,1.353 -1.311,1.317 -1.197,1.261 -1.087,1.199 -1.034,1.165 -0.979,1.134 -0.93,1.094L-0.854,1.037 -0.783,0.975C-0.598,0.805,-0.445,0.603,-0.324,0.398L-0.278,0.323 -0.235,0.241 -0.194,0.159C-0.18,0.132 -0.166,0.105 -0.156,0.077 -0.134,0.021 -0.112,-0.034 -0.09,-0.089 -0.073,-0.146 -0.056,-0.202 -0.039,-0.258 0.021,-0.484 0.036,-0.712 0.027,-0.922 0.024,-1.027 0.012,-1.128 0,-1.225" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,77.5249,235.304">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,-24.617C-0.007,-24.653 -0.015,-24.683 -0.023,-24.707 -0.037,-24.754 -0.044,-24.779 -0.044,-24.779 -0.044,-24.779 -0.039,-24.754 -0.028,-24.705 -0.022,-24.681 -0.017,-24.651 -0.012,-24.615 -0.007,-24.579 -0.001,-24.537 0.003,-24.489 0.013,-24.394 0.014,-24.276 0.011,-24.138 0.005,-24 -0.009,-23.842 -0.033,-23.665 -0.081,-23.313 -0.177,-22.89 -0.305,-22.411 -0.338,-22.291 -0.374,-22.168 -0.406,-22.036 -0.439,-21.905 -0.466,-21.769 -0.49,-21.629 -0.538,-21.349 -0.565,-21.051 -0.579,-20.741 -0.593,-20.43 -0.594,-20.107 -0.585,-19.774 -0.576,-19.441 -0.555,-19.098 -0.538,-18.748 -0.529,-18.572 -0.521,-18.395 -0.516,-18.217 -0.511,-18.041 -0.51,-17.856 -0.507,-17.672 -0.504,-17.302 -0.493,-16.925 -0.487,-16.542 -0.48,-16.158 -0.475,-15.769 -0.473,-15.376 -0.473,-14.982 -0.473,-14.584 -0.479,-14.183 -0.49,-13.381 -0.525,-13.682 -0.597,-12.873 -0.616,-12.672 -0.634,-12.469 -0.656,-12.268L-0.691,-11.968 -0.709,-11.818 -0.73,-11.667C-0.76,-11.465 -0.789,-11.264 -0.818,-11.064 -0.832,-10.962 -0.847,-10.861 -0.861,-10.76 -0.874,-10.658 -0.886,-10.557 -0.898,-10.456 -0.994,-9.648 -1.027,-8.848 -1.034,-8.076 -1.043,-7.304 -1.012,-6.56 -0.988,-5.858 -0.983,-5.682 -0.977,-5.509 -0.972,-5.339 -0.968,-5.169 -0.964,-5.001 -0.96,-4.836 -0.959,-4.754 -0.957,-4.673 -0.956,-4.592L-0.956,-4.351C-0.956,-4.271 -0.956,-4.192 -0.957,-4.113 -0.956,-4.033 -0.955,-3.954 -0.952,-3.876 -0.93,-3.252 -0.825,-2.691 -0.725,-2.202 -0.624,-1.712 -0.525,-1.29 -0.48,-0.937 -0.458,-0.761 -0.448,-0.603 -0.449,-0.465 -0.451,-0.327 -0.465,-0.21 -0.485,-0.117 -0.504,-0.023 -0.527,0.046 -0.544,0.093 -0.553,0.116 -0.56,0.133 -0.565,0.145 -0.57,0.156 -0.573,0.162 -0.573,0.162 -0.573,0.162 -0.57,0.157 -0.564,0.145 -0.558,0.134 -0.549,0.118 -0.539,0.095 -0.518,0.05 -0.49,-0.019 -0.463,-0.112 -0.408,-0.297 -0.373,-0.584 -0.4,-0.945 -0.423,-1.306 -0.494,-1.738 -0.571,-2.229 -0.646,-2.721 -0.719,-3.276 -0.718,-3.88 -0.718,-3.956 -0.716,-4.032 -0.713,-4.109 -0.71,-4.187 -0.706,-4.266 -0.703,-4.345 -0.7,-4.425 -0.697,-4.506 -0.693,-4.587 -0.691,-4.669 -0.689,-4.752 -0.687,-4.835 -0.68,-5.169 -0.682,-5.511 -0.684,-5.864 -0.688,-6.568 -0.693,-7.307 -0.674,-8.07 -0.666,-8.451 -0.646,-8.838 -0.62,-9.229 -0.612,-9.326 -0.604,-9.424 -0.596,-9.522 -0.589,-9.62 -0.581,-9.719 -0.569,-9.817 -0.549,-10.014 -0.532,-10.212 -0.505,-10.41 -0.493,-10.509 -0.481,-10.608 -0.468,-10.707 -0.453,-10.806 -0.438,-10.905 -0.424,-11.004 -0.393,-11.205 -0.363,-11.406 -0.333,-11.608L-0.31,-11.76 -0.291,-11.914 -0.253,-12.222C-0.229,-12.427 -0.21,-12.632 -0.189,-12.838 -0.12,-13.66 -0.091,-13.369 -0.083,-14.178 -0.08,-14.381 -0.083,-14.582 -0.082,-14.783 -0.086,-14.983 -0.089,-15.182 -0.092,-15.38 -0.101,-15.776 -0.112,-16.167 -0.127,-16.551 -0.141,-16.935 -0.154,-17.312 -0.17,-17.681 -0.179,-17.865 -0.184,-18.046 -0.195,-18.231 -0.206,-18.413 -0.219,-18.591 -0.233,-18.767 -0.289,-19.47 -0.349,-20.127 -0.345,-20.734 -0.344,-21.038 -0.327,-21.328 -0.295,-21.601 -0.279,-21.738 -0.259,-21.871 -0.235,-21.999 -0.211,-22.126 -0.181,-22.252 -0.154,-22.374 -0.047,-22.864 0.021,-23.297 0.047,-23.657 0.077,-24.017 0.057,-24.302 0.025,-24.492 0.018,-24.54 0.008,-24.581 0,-24.617" />
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="2.12799,0,0,1.96995,51.3087,198.134">
<GeometryDrawing Brush="{StaticResource PrimaryBrush}" Geometry="F1 M110,110z M0,0z M0,15.263C-0.053,14.883 -0.11,14.454 -0.169,13.986 -0.227,13.518 -0.285,13.01 -0.338,12.474 -0.389,11.937 -0.43,11.37 -0.447,10.787 -0.454,10.496 -0.454,10.2 -0.432,9.907 -0.422,9.76 -0.403,9.612 -0.38,9.478 -0.374,9.442 -0.365,9.403 -0.357,9.366L-0.334,9.251C-0.326,9.21,-0.315,9.166,-0.311,9.126L-0.296,9.003C-0.263,8.679 -0.261,8.362 -0.264,8.044 -0.268,7.726 -0.282,7.41 -0.297,7.093 -0.332,6.461 -0.379,6.946 -0.431,6.327 -0.482,5.708 -0.544,5.1 -0.598,4.512 -0.655,3.924 -0.71,3.356 -0.762,2.817 -0.787,2.548 -0.812,2.286 -0.836,2.033 -0.86,1.779 -0.883,1.534 -0.904,1.299 -0.923,1.064 -0.942,0.839 -0.96,0.624 -0.978,0.41 -0.993,0.207 -1.007,0.015 -1.032,-0.367 -1.054,-0.701 -1.065,-0.976 -1.071,-1.114 -1.076,-1.236 -1.078,-1.343 -1.081,-1.45 -1.084,-1.541 -1.084,-1.615 -1.085,-1.763 -1.086,-1.842 -1.086,-1.842 -1.086,-1.842 -1.093,-1.764 -1.107,-1.616 -1.114,-1.543 -1.12,-1.452 -1.127,-1.345 -1.131,-1.291 -1.134,-1.233 -1.138,-1.172 -1.141,-1.11 -1.143,-1.045 -1.146,-0.976 -1.158,-0.7 -1.165,-0.364 -1.163,0.021 -1.162,0.406 -1.155,0.84 -1.137,1.314 -1.121,1.787 -1.098,2.299 -1.066,2.84 -1.034,3.382 -1,3.952 -0.956,4.542 -0.914,5.131 -0.871,5.739 -0.827,6.358 -0.783,6.976 -0.738,6.488 -0.706,7.114 -0.69,7.427 -0.675,7.74 -0.67,8.05 -0.666,8.359 -0.664,8.669 -0.691,8.962L-0.703,9.071C-0.707,9.107,-0.715,9.139,-0.72,9.173L-0.729,9.224 -0.742,9.286C-0.749,9.324 -0.757,9.36 -0.764,9.4 -0.776,9.483 -0.789,9.568 -0.795,9.646L-0.806,9.765 -0.812,9.883C-0.828,10.196 -0.822,10.502 -0.808,10.8 -0.78,11.398 -0.713,11.969 -0.641,12.509 -0.605,12.778 -0.567,13.04 -0.527,13.293 -0.485,13.545 -0.444,13.788 -0.402,14.021 -0.32,14.488 -0.234,14.914 -0.154,15.29 -0.076,15.667 -0.001,15.993 0.061,16.262 0.123,16.531 0.177,16.742 0.213,16.885 0.249,17.028 0.269,17.105 0.269,17.105 0.269,17.105 0.223,16.793 0.141,16.247 0.102,15.974 0.055,15.643 0,15.263" />
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</ResourceDictionary>