diff --git a/ILSpy.Core/Controls/SearchBox.xaml b/ILSpy.Core/Controls/SearchBox.xaml index 52d9666..d424e51 100644 --- a/ILSpy.Core/Controls/SearchBox.xaml +++ b/ILSpy.Core/Controls/SearchBox.xaml @@ -8,7 +8,9 @@ - + + + @@ -39,7 +41,9 @@ SelectionEnd="{TemplateBinding SelectionEnd}" TextAlignment="{TemplateBinding TextAlignment}" TextWrapping="{TemplateBinding TextWrapping}" - PasswordChar="{TemplateBinding PasswordChar}"/> + PasswordChar="{TemplateBinding PasswordChar}" + SelectionBrush="{TemplateBinding SelectionBrush}" + SelectionForegroundBrush="{TemplateBinding SelectionForegroundBrush}"/>