| <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
| xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" |
| xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" |
| xmlns:sys="clr-namespace:System;assembly=mscorlib" |
| xmlns:sys="clr-namespace:System;assembly=mscorlib" |
| mc:Ignorable="d"> |
| mc:Ignorable="d"> |
| |
| |
| <Style TargetType="{x:Type ToolTip}"> |
| <Style TargetType="{x:Type ToolTip}"> |
| <Setter Property="SnapsToDevicePixels" Value="True" /> |
| <Setter Property="SnapsToDevicePixels" Value="True" /> |
| <Setter Property="Background" Value="{DynamicResource ControlBackgroundDarkBrush}" /> |
| <Setter Property="Background" Value="{DynamicResource ControlBackgroundDarkBrush}" /> |
| <Setter Property="Foreground" Value="{DynamicResource TextBrush}" /> |
| <Setter Property="Foreground" Value="{DynamicResource TextBrush}" /> |
. | <Setter Property="FontSize" Value="{DynamicResource FontSizeSmall}" /> |
| <Setter Property="FontSize" Value="{DynamicResource FontSize}" /> |
| <Setter Property="FontFamily" Value="{DynamicResource FontFamily}" /> |
| <Setter Property="FontFamily" Value="{DynamicResource FontFamily}" /> |
| <Setter Property="BorderThickness" Value="1" /> |
| <Setter Property="BorderThickness" Value="1" /> |
| <Setter Property="BorderBrush" Value="{DynamicResource SelectionLightBrush}" /> |
| <Setter Property="BorderBrush" Value="{DynamicResource SelectionLightBrush}" /> |
| </Style> |
| </Style> |
| </ResourceDictionary> |
| </ResourceDictionary> |