4 using System.Globalization;
5 using System.Windows.Data;
7 namespace SiliconStudio.Presentation.ValueConverters
14 public abstract class OneWayValueConverter<T> : ValueConverterBase<T> where T : class,
IValueConverter, new()
17 public override sealed
object ConvertBack(
object value, Type targetType,
object parameter, CultureInfo culture)
19 throw new NotSupportedException(
"ConvertBack is not supported with this ValueConverter.");
override sealed object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)