139 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)
PresentationCore (41)
PresentationFramework (19)
ReachFramework (3)
System.CodeDom (2)
System.ComponentModel.TypeConverter (22)
System.Configuration.ConfigurationManager (9)
System.Data.Common (1)
System.Drawing.Common (6)
Special\NotSupported.cs (6)
371public override object? ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
382public override object? ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
731public override object? ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
824public override object? ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
836public override object? ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
2737public override object? ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object value) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
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)
113 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 (28)
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)