149 overrides of ConvertTo
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.Maui (13)
Converters\FlexEnumsConverters.cs (7)
39 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
74 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
113 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
148 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
183 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
216 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
258 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Microsoft.Maui.Controls (40)
Microsoft.Maui.Graphics (7)
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
NuGet.Versioning (1)
System.CodeDom (2)
System.ComponentModel.TypeConverter (24)
System.Configuration.ConfigurationManager (8)
System.Data.Common (6)
System.Data.OleDb (3)
System.DirectoryServices (1)
System.Drawing.Common (5)
System.Management (3)
System.Windows.Forms (26)
System.Windows.Forms.Design (4)
System.Windows.Forms.Primitives (1)
93 references to ConvertTo
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.Core (1)
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
NuGet.Versioning (1)
System.CodeDom (2)
System.ComponentModel.TypeConverter (28)
System\ComponentModel\TypeConverter.cs (4)
106return ConvertTo(null, null, value, destinationType);
157return (string?)ConvertTo(null, CultureInfo.CurrentCulture, value, typeof(string));
165return (string?)ConvertTo(context, CultureInfo.CurrentCulture, value, typeof(string));
173return (string?)ConvertTo(context, culture, value, typeof(string));
System.Data.Common (6)
System.Data.OleDb (3)
System.DirectoryServices (1)
System.Drawing.Common (3)
System.Management (3)
System.Windows.Forms (34)
System.Windows.Forms.Design (4)
System.Windows.Forms.Primitives (1)