Пример #1
0
 public object Convert(object value, Type targetType,
                       object parameter, CultureInfo culture)
 {
     // Use the ButtonResources helper to find the brush to use for the button.
     return(ButtonResources.FindButton(value as String, culture).Brush);
 }
Пример #2
0
 public object Convert(object value, Type targetType,
                       object parameter, CultureInfo culture)
 {
     // Use the ButtonResources helper to find the image to put on the button.
     return(ButtonResources.FindButton(value as String, culture).Image);
 }