C# Class CitizenMatt.ReSharper.ExtensionManager.Implementation.ExtensionManagerWindow.Converters.BooleanToVisibilityConverter

This BooleanToVisibility converter allows us to override the converted value when the bound value is false. The built-in converter in WPF restricts us to always use Collapsed when the bound value is false.
Inheritance: IValueConverter
Show file Open project: citizenmatt/ReSharperExtensionManager

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object