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); }
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); }