7 lines
395 B
Plaintext
7 lines
395 B
Plaintext
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:o="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options">
|
||
|
|
|
||
|
|
<SolidColorBrush o:Freeze="True" x:Key="ThirdlyBorderBrush" Color="{DynamicResource ThirdlyBorderColor}"/>
|
||
|
|
|
||
|
|
</ResourceDictionary>
|