4 using System.Globalization;
7 namespace SiliconStudio.Presentation.ValueConverters
14 public override object Convert(
object value, Type targetType,
object parameter, CultureInfo culture)
16 return Application.Current.FindResource(value);
override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
A converter that resolve the specified value from the resources from the current application ...