We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad16212 commit 97c5f52Copy full SHA for 97c5f52
Asn1Editor.Wpf.Controls/Themes/AutoSizeTextBox.xaml
@@ -1,6 +1,9 @@
1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
3
xmlns:c="clr-namespace:Asn1Editor.Wpf.Controls">
4
+ <ResourceDictionary.MergedDictionaries>
5
+ <ResourceDictionary Source="Shared.xaml"/>
6
+ </ResourceDictionary.MergedDictionaries>
7
<Style TargetType="c:AutoSizeTextBox" BasedOn="{StaticResource {x:Type TextBoxBase}}">
8
<Setter Property="Background" Value="White"/>
9
</Style>
0 commit comments