C# Class RazorSpy.Styles.Xaml.EnumToDictionaryValueConverter

Inheritance: System.Windows.DependencyObject, IValueConverter
Afficher le fichier Open project: RazorSpy/RazorSpy

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
EnumToDictionaryValueConverter ( ) : System

Private Methods

Méthode Description
TryGetValue ( System.Windows.ResourceDictionary dict, string key, object &val ) : bool

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object

EnumToDictionaryValueConverter() public méthode

public EnumToDictionaryValueConverter ( ) : System
Résultat System