193 overrides of ConvertFrom
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Components.Tests (2)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.Maui (13)
Converters\FlexEnumsConverters.cs (7)
18 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
57 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
92 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
131 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
166 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
201 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
234 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Microsoft.Maui.Controls (40)
Microsoft.Maui.Graphics (7)
PresentationCore (41)
PresentationFramework (19)
ReachFramework (3)
System.CodeDom (2)
System.ComponentModel.TypeConverter (22)
System.Configuration.ConfigurationManager (9)
System.Data.Common (1)
System.Windows.Controls.Ribbon (2)
System.Windows.Forms (13)
System.Windows.Forms.Design (3)
System.Windows.Forms.Primitives (1)
System.Xaml (8)
System.Xaml.Tests (1)
124 references to ConvertFrom
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
PresentationCore (29)
PresentationFramework (7)
System.ComponentModel.Annotations (1)
System.ComponentModel.TypeConverter (27)
System\ComponentModel\TypeConverter.cs (5)
49public object? ConvertFrom(object value) => ConvertFrom(null, CultureInfo.CurrentCulture, value);
82public object? ConvertFromString(string text) => ConvertFrom(null, null, text);
89return ConvertFrom(context, CultureInfo.CurrentCulture, text);
97return ConvertFrom(context, culture, text);
317ConvertFrom(context, CultureInfo.InvariantCulture, value!);
System.Configuration.ConfigurationManager (1)
System.Data.Common (1)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms (21)
System.Windows.Forms.Design (3)
System.Windows.Forms.Design.Tests (1)
System.Windows.Forms.Primitives (1)
System.Windows.Forms.Tests (4)
System.Xaml (9)
System.Xaml.Tests (10)