3 references to FromString
PresentationFramework (3)
System\Windows\Controls\ColumnDefinitionCollectionConverter.cs (1)
49
collection.Add(new ColumnDefinition { Width = GridLengthConverter.
FromString
(th.GetCurrentToken(), cultureInfo) });
System\Windows\Controls\RowDefinitionCollectionConverter.cs (1)
53
collection.Add(new RowDefinition { Height = GridLengthConverter.
FromString
(th.GetCurrentToken(), cultureInfo) });
System\Windows\GridLengthConverter.cs (1)
113
return (
FromString
((string)source, cultureInfo));