1 reference to FromString
PresentationFramework (1)
src\Framework\System\Windows\ThicknessConverter.cs (1)
109
if (source is string) { return
FromString
((string)source, cultureInfo); }