20 implementations of Convert
PresentationFramework (16)
MS\Internal\Data\DefaultValueConverter.cs (7)
401public object Convert(object o, Type type, object parameter, CultureInfo culture) 436public object Convert(object o, Type type, object parameter, CultureInfo culture) 459public object Convert(object o, Type type, object parameter, CultureInfo culture) 573public object Convert(object o, Type type, object parameter, CultureInfo culture) 620public object Convert(object o, Type type, object parameter, CultureInfo culture) 663public object Convert(object o, Type type, object parameter, CultureInfo culture) 706public object Convert(object o, Type type, object parameter, CultureInfo culture)
MS\Internal\Data\DynamicValueConverter.cs (1)
43public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\AlternationConverter.cs (1)
37public object Convert (object o, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
26public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToVisibilityConverter.cs (1)
33public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs (1)
27public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\InkCanvas.cs (1)
3013public object Convert(object o, Type type, object parameter, System.Globalization.CultureInfo culture)
System\Windows\Controls\StickyNote.cs (1)
1914public object Convert(object o, Type type, object parameter, CultureInfo culture)
System\Windows\Documents\ZoomPercentageConverter.cs (1)
65public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Navigation\JournalEntryListConverter.cs (1)
37public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
14public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
28public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
409public object Convert(object value, Type targetType, object parameter, CultureInfo culture) 467public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
5 references to Convert
PresentationFramework (5)
MS\Internal\Data\DynamicValueConverter.cs (1)
54result = _converter.Convert(value, targetType, parameter, culture);
System\Windows\Data\BindingExpression.cs (2)
1313value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1656convertedValue = converter.Convert(value, targetType, parameter, culture);
System\Windows\Data\PropertyGroupDescription.cs (1)
220value = Converter.Convert(value, typeof(object), level, culture);
System\Windows\StyleHelper.cs (1)
2766value = templateBinding.Converter.Convert(