47 references to ConvertFromString
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1758
value = converter.
ConvertFromString
(ctx, TypeConverterHelper.InvariantEnglishUS, attributeValue);
Framework\System\Windows\Markup\BamlRecords.cs (1)
2635
object convertedValue = boolConverter.
ConvertFromString
(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value);
Framework\System\Windows\Markup\ParserContext.cs (1)
456
xmlSpace = (System.Xml.XmlSpace)typeConverter.
ConvertFromString
(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace);
PresentationFramework (6)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
1408
arg = tc.
ConvertFromString
(null, TypeConverterHelper.InvariantEnglishUS,
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1657
convertedParam = converter.
ConvertFromString
(TypeConvertContext,
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2635
object convertedValue = boolConverter.
ConvertFromString
(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value);
src\Framework\System\Windows\Markup\ParserContext.cs (1)
456
xmlSpace = (System.Xml.XmlSpace)typeConverter.
ConvertFromString
(null, TypeConverterHelper.InvariantEnglishUS, parserContext.XmlSpace);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
646
obj = typeConvert.
ConvertFromString
(typeContext, TypeConverterHelper.InvariantEnglishUS, value);
src\Framework\System\Windows\PropertyPath.cs (1)
800
value = tc.
ConvertFromString
(null, CultureInfo.InvariantCulture,
System (2)
compmod\system\componentmodel\TypeConverter.cs (2)
119
return
ConvertFromString
(null, CultureInfo.InvariantCulture, text);
126
return
ConvertFromString
(context, CultureInfo.InvariantCulture, text);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValue.cs (1)
240
return this.ParentModelPropertyEntry.Converter.
ConvertFromString
(null, XamlCultureInfo, stringToConvert);
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValue.cs (1)
240
return this.ParentModelPropertyEntry.Converter.
ConvertFromString
(null, XamlCultureInfo, stringToConvert);
System.Drawing (8)
commonui\System\Drawing\Advanced\SizeFConverter.cs (1)
83
values[i] = (float)floatConverter.
ConvertFromString
(context, culture, tokens[i]);
commonui\System\Drawing\ColorConverter.cs (2)
168
obj = Color.FromArgb(unchecked((int)(0xFF000000 | (uint)(int)intConverter.
ConvertFromString
(context, culture, text))));
178
values[i] = unchecked((int)intConverter.
ConvertFromString
(context, culture, tokens[i]));
commonui\System\Drawing\FontConverter.cs (1)
137
size = (float)TypeDescriptor.GetConverter(typeof(float)).
ConvertFromString
(context, culture, unitTokens[0]);
commonui\System\Drawing\PointConverter.cs (1)
84
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
commonui\System\Drawing\Printing\MarginsConverter.cs (1)
83
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
commonui\System\Drawing\RectangleConverter.cs (1)
84
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
commonui\System\Drawing\SizeConverter.cs (1)
84
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
System.Web (2)
UI\WebControls\ObjectDataSourceView.cs (1)
760
value = converter.
ConvertFromString
(null, CultureInfo.CurrentCulture, s);
UI\WebControls\Unit.cs (1)
135
this.value = (Single)converter.
ConvertFromString
(null, culture, numericPart);
System.Web.DataVisualization (9)
Common\ChartTypes\KagiChart.cs (2)
483
this.kagiUpColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, priceUpColorString);
766
this.kagiUpColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, priceUpColorString);
Common\ChartTypes\PieChart.cs (1)
431
collectedPoint.Color = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, series[CustomPropertyName.CollectedColor]);
Common\ChartTypes\PointAndFigureChart.cs (1)
537
upPriceColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, upPriceColorString);
Common\ChartTypes\RenkoChart.cs (1)
454
upBrickColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, upBrickColorString);
Common\ChartTypes\ThreeLineBreakChart.cs (1)
372
priceUpColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, priceUpColorString);
Common\Converters\CustomAttributesConverters.cs (1)
669
result = (Color)colorConverter.
ConvertFromString
(null, System.Globalization.CultureInfo.InvariantCulture, stringValue);
Common\Utilities\XmlSerializer.cs (2)
2168
objValue = (Color)colorConverter.
ConvertFromString
(null, System.Globalization.CultureInfo.InvariantCulture, attrValue);
2192
objValue = converter.
ConvertFromString
(null, System.Globalization.CultureInfo.InvariantCulture, attrValue);
System.Windows.Forms (6)
winforms\Managed\System\WinForms\LinkArea.cs (1)
154
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
winforms\Managed\System\WinForms\LinkConverter.cs (1)
79
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
winforms\Managed\System\WinForms\Padding.cs (1)
325
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
winforms\Managed\System\WinForms\SelectionRangeConverter.cs (2)
76
DateTime start = (DateTime)dateTimeConverter.
ConvertFromString
(context, culture, tokens[0]);
77
DateTime end = (DateTime)dateTimeConverter.
ConvertFromString
(context, culture, tokens[1]);
winforms\Managed\System\WinForms\TableLayoutPanelCellPosition.cs (1)
117
values[i] = (int)intConverter.
ConvertFromString
(context, culture, tokens[i]);
System.Windows.Forms.DataVisualization (9)
Common\ChartTypes\KagiChart.cs (2)
483
this.kagiUpColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, priceUpColorString);
766
this.kagiUpColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, priceUpColorString);
Common\ChartTypes\PieChart.cs (1)
431
collectedPoint.Color = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, series[CustomPropertyName.CollectedColor]);
Common\ChartTypes\PointAndFigureChart.cs (1)
537
upPriceColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, upPriceColorString);
Common\ChartTypes\RenkoChart.cs (1)
454
upBrickColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, upBrickColorString);
Common\ChartTypes\ThreeLineBreakChart.cs (1)
372
priceUpColor = (Color)colorConverter.
ConvertFromString
(null, CultureInfo.InvariantCulture, priceUpColorString);
Common\Converters\CustomAttributesConverters.cs (1)
669
result = (Color)colorConverter.
ConvertFromString
(null, System.Globalization.CultureInfo.InvariantCulture, stringValue);
Common\Utilities\XmlSerializer.cs (2)
2168
objValue = (Color)colorConverter.
ConvertFromString
(null, System.Globalization.CultureInfo.InvariantCulture, attrValue);
2192
objValue = converter.
ConvertFromString
(null, System.Globalization.CultureInfo.InvariantCulture, attrValue);