2 references to FromString
PresentationFramework (2)
src\Framework\System\Windows\FontSizeConverter.cs (1)
158amount = LengthConverter.FromString(text, culture);
src\Framework\System\Windows\LengthConverter.cs (1)
117if (source is string) { return FromString((string)source, cultureInfo); }