23 implementations of Convert
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
QuickInfo\OnTheFlyDocsViewStateVisibilityConverter.cs (1)
17public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Microsoft.VisualStudio.LanguageServices (2)
Utilities\BooleanReverseConverter.cs (1)
13public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Utilities\EnumBoolConverter.cs (1)
19public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
PresentationFramework (16)
MS\Internal\Data\DefaultValueConverter.cs (7)
395public object Convert(object o, Type type, object parameter, CultureInfo culture) 430public object Convert(object o, Type type, object parameter, CultureInfo culture) 453public object Convert(object o, Type type, object parameter, CultureInfo culture) 567public object Convert(object o, Type type, object parameter, CultureInfo culture) 614public object Convert(object o, Type type, object parameter, CultureInfo culture) 657public object Convert(object o, Type type, object parameter, CultureInfo culture) 700public object Convert(object o, Type type, object parameter, CultureInfo culture)
MS\Internal\Data\DynamicValueConverter.cs (1)
34public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\AlternationConverter.cs (1)
34public object Convert (object o, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
23public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToVisibilityConverter.cs (1)
25public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs (1)
24public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\InkCanvas.cs (1)
3016public object Convert(object o, Type type, object parameter, System.Globalization.CultureInfo culture)
System\Windows\Controls\StickyNote.cs (1)
1872public object Convert(object o, Type type, object parameter, CultureInfo culture)
System\Windows\Documents\ZoomPercentageConverter.cs (1)
60public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Navigation\JournalEntryListConverter.cs (1)
29public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
13public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
25public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
413public object Convert(object value, Type targetType, object parameter, CultureInfo culture) 478public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
5 references to Convert
PresentationFramework (5)
MS\Internal\Data\DynamicValueConverter.cs (1)
45result = _converter.Convert(value, targetType, parameter, culture);
System\Windows\Data\BindingExpression.cs (2)
1299value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1634convertedValue = converter.Convert(value, targetType, parameter, culture);
System\Windows\Data\PropertyGroupDescription.cs (1)
216value = Converter.Convert(value, typeof(object), level, culture);
System\Windows\StyleHelper.cs (1)
2754value = templateBinding.Converter.Convert(