/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

  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. xmlns:local="clr-namespace:Stoffi">
  4. <local:OpenFileAddDescriptionConverter x:Key="OpenFileAddDescriptionConverter"/>
  5. <local:OpenFilePlayDescriptionConverter x:Key="OpenFilePlayDescriptionConverter"/>
  6. <local:UpgradePolicyDescriptionConverter x:Key="UpgradePolicyDescriptionConverter"/>
  7. <local:SearchPolicyDescriptionConverter x:Key="SearchPolicyDescriptionConverter"/>
  8. </ResourceDictionary>