15 references to ConvertFromString
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1812value = converter.ConvertFromString(ctx, TypeConverterHelper.InvariantEnglishUS, attributeValue);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecords.cs (1)
2551object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\ParserContext.cs (1)
439xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace);
PresentationFramework (6)
MS\Internal\Data\PropertyPathWorker.cs (1)
1411arg = tc.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS,
System\Windows\Markup\BamlRecordReader.cs (1)
1630convertedParam = converter.ConvertFromString(TypeConvertContext,
System\Windows\Markup\BamlRecords.cs (1)
2551object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value);
System\Windows\Markup\ParserContext.cs (1)
439xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace);
System\Windows\Markup\XamlTypeMapper.cs (1)
571obj = typeConvert.ConvertFromString(typeContext, TypeConverterHelper.InvariantEnglishUS, value);
System\Windows\PropertyPath.cs (1)
800value = tc.ConvertFromString(null, CultureInfo.InvariantCulture,
System.ComponentModel.TypeConverter (6)
System\ComponentModel\TypeConverter.cs (2)
68return ConvertFromString(null, CultureInfo.InvariantCulture, text); 76return ConvertFromString(context, CultureInfo.InvariantCulture, text);
System\Drawing\PointConverter.cs (1)
45values[i] = (int)intConverter.ConvertFromString(context, culture, tokens[i])!;
System\Drawing\RectangleConverter.cs (1)
45values[i] = (int)intConverter.ConvertFromString(context, culture, tokens[i])!;
System\Drawing\SizeConverter.cs (1)
45values[i] = (int)intConverter.ConvertFromString(context, culture, tokens[i])!;
System\Drawing\SizeFConverter.cs (1)
44values[i] = (float)floatConverter.ConvertFromString(context, culture, tokens[i])!;