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)
15public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Utilities\EnumBoolConverter.cs (1)
21public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
PresentationFramework (16)
MS\Internal\Data\DefaultValueConverter.cs (7)
397public object Convert(object o, Type type, object parameter, CultureInfo culture) 432public object Convert(object o, Type type, object parameter, CultureInfo culture) 455public object Convert(object o, Type type, object parameter, CultureInfo culture) 569public object Convert(object o, Type type, object parameter, CultureInfo culture) 616public object Convert(object o, Type type, object parameter, CultureInfo culture) 659public object Convert(object o, Type type, object parameter, CultureInfo culture) 702public object Convert(object o, Type type, object parameter, CultureInfo culture)
MS\Internal\Data\DynamicValueConverter.cs (1)
35public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\AlternationConverter.cs (1)
35public object Convert (object o, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
24public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\BooleanToVisibilityConverter.cs (1)
26public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs (1)
25public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Controls\InkCanvas.cs (1)
3001public object Convert(object o, Type type, object parameter, System.Globalization.CultureInfo culture)
System\Windows\Controls\StickyNote.cs (1)
1898public object Convert(object o, Type type, object parameter, CultureInfo culture)
System\Windows\Documents\ZoomPercentageConverter.cs (1)
64public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System\Windows\Navigation\JournalEntryListConverter.cs (1)
33public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
PresentationFramework.Fluent (1)
Controls\FallbackBrushConverter.cs (1)
10public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
26public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
407public object Convert(object value, Type targetType, object parameter, CultureInfo culture) 465public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
5 references to Convert
PresentationFramework (5)
MS\Internal\Data\DynamicValueConverter.cs (1)
46result = _converter.Convert(value, targetType, parameter, culture);
System\Windows\Data\BindingExpression.cs (2)
1304value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1647convertedValue = converter.Convert(value, targetType, parameter, culture);
System\Windows\Data\PropertyGroupDescription.cs (1)
217value = Converter.Convert(value, typeof(object), level, culture);
System\Windows\StyleHelper.cs (1)
2760value = templateBinding.Converter.Convert(