diff options
Diffstat (limited to 'src/WixToolset.WixBA/Styles.xaml')
-rw-r--r-- | src/WixToolset.WixBA/Styles.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.WixBA/Styles.xaml b/src/WixToolset.WixBA/Styles.xaml index 89ccd2ea..fa0afc4f 100644 --- a/src/WixToolset.WixBA/Styles.xaml +++ b/src/WixToolset.WixBA/Styles.xaml | |||
@@ -6,7 +6,7 @@ | |||
6 | xmlns:System="clr-namespace:System;assembly=mscorlib" | 6 | xmlns:System="clr-namespace:System;assembly=mscorlib" |
7 | xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" | 7 | xmlns:po="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options" |
8 | xmlns:shell="clr-namespace:System.Windows.Shell;assembly=PresentationFramework" | 8 | xmlns:shell="clr-namespace:System.Windows.Shell;assembly=PresentationFramework" |
9 | xmlns:ux="clr-namespace:WixToolset.UX"> | 9 | xmlns:wixba="clr-namespace:WixToolset.WixBA"> |
10 | 10 | ||
11 | <!-- Converters --> | 11 | <!-- Converters --> |
12 | <BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" /> | 12 | <BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" /> |
@@ -173,7 +173,7 @@ | |||
173 | <Setter Property="IsHitTestVisible" Value="False" /> | 173 | <Setter Property="IsHitTestVisible" Value="False" /> |
174 | <Setter Property="Source" Value="{DynamicResource LogoOverLightBackground}" /> | 174 | <Setter Property="Source" Value="{DynamicResource LogoOverLightBackground}" /> |
175 | <Style.Triggers> | 175 | <Style.Triggers> |
176 | <DataTrigger Binding="{Binding Path=IsLightBackground, Source={x:Static ux:WindowProperties.Instance}}" Value="false"> | 176 | <DataTrigger Binding="{Binding Path=IsLightBackground, Source={x:Static wixba:WindowProperties.Instance}}" Value="false"> |
177 | <Setter Property="Source" Value="{DynamicResource LogoOverDarkBackground}" /> | 177 | <Setter Property="Source" Value="{DynamicResource LogoOverDarkBackground}" /> |
178 | </DataTrigger> | 178 | </DataTrigger> |
179 | </Style.Triggers> | 179 | </Style.Triggers> |