Files
Wino-Mail/Wino.Core.UWP/Styles/Converters.xaml

9 lines
461 B
Plaintext
Raw Normal View History

2024-04-18 01:44:37 +02:00
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converters="using:Wino.Converters">
<converters:ReverseBooleanToVisibilityConverter x:Key="ReverseBooleanToVisibilityConverter" />
<converters:ReverseBooleanConverter x:Key="ReverseBooleanConverter" />
2024-08-19 16:26:15 +02:00
<converters:GridLengthConverter x:Key="GridLengthConverter" />
2024-04-18 01:44:37 +02:00
</ResourceDictionary>