/Application/Resources/DescriptionConverters.xaml
http://yet-another-music-application.googlecode.com/ · XAML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · bdbf0250f50a6eb2dc4b6c3c26f05253 MD5 · raw file
- <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:local="clr-namespace:Stoffi">
- <local:OpenFileAddDescriptionConverter x:Key="OpenFileAddDescriptionConverter"/>
- <local:OpenFilePlayDescriptionConverter x:Key="OpenFilePlayDescriptionConverter"/>
- <local:UpgradePolicyDescriptionConverter x:Key="UpgradePolicyDescriptionConverter"/>
- <local:SearchPolicyDescriptionConverter x:Key="SearchPolicyDescriptionConverter"/>
- </ResourceDictionary>