3 references to FromString
PresentationFramework (3)
System\Windows\FontSizeConverter.cs (1)
150
amount = LengthConverter.
FromString
(text, culture);
System\Windows\LengthConverter.cs (1)
115
if (source is string) { return
FromString
((string)source, cultureInfo); }
System\Windows\ThicknessConverter.cs (1)
206
lengths[i] = LengthConverter.
FromString
(th.GetCurrentToken(), cultureInfo);