This feels like a really basic question, but I can't figure it out anyway..
How do I get the type of System.Windows.Visibility? I need to pass the type definition to a function. More precisly I'm writing unit tests for a IValueConverter I'm writing where the target type is a System.Windows.Visibility. What do I pass as target type when calling Convert..?
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)