20 implementations of ConvertBack
PresentationFramework (16)
MS\Internal\Data\DefaultValueConverter.cs (7)
406public object ConvertBack(object o, Type type, object parameter, CultureInfo culture) 441public object ConvertBack(object o, Type type, object parameter, CultureInfo culture) 464public object ConvertBack(object o, Type type, object parameter, CultureInfo culture) 579public object ConvertBack(object o, Type type, object parameter, CultureInfo culture) 637public object ConvertBack(object o, Type type, object parameter, CultureInfo culture) 676public object ConvertBack(object o, Type type, object parameter, CultureInfo culture) 711public object ConvertBack(object o, Type type, object parameter, CultureInfo culture)
MS\Internal\Data\DynamicValueConverter.cs (1)
68public object ConvertBack(object value, Type sourceType, object parameter, CultureInfo culture)
System\Windows\Controls\AlternationConverter.cs (1)
54public object ConvertBack(object o, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
45public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToVisibilityConverter.cs (1)
56public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs (1)
65public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\InkCanvas.cs (1)
3028public object ConvertBack(object o, Type type, object parameter, System.Globalization.CultureInfo culture)
System\Windows\Controls\StickyNote.cs (1)
1930public object ConvertBack(object o, Type type, object parameter, CultureInfo culture)
System\Windows\Documents\ZoomPercentageConverter.cs (1)
129public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Navigation\JournalEntryListConverter.cs (1)
47public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
30public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
44public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
439public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) 478public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
3 references to ConvertBack
PresentationFramework (3)
MS\Internal\Data\DynamicValueConverter.cs (1)
79result = _converter.ConvertBack(value, sourceType, parameter, culture);
System\Windows\Data\BindingExpression.cs (2)
1721convertedValue = converter.ConvertBack(value, sourceType, parameter, culture); 1873value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture);