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