14 references to ConvertFromString
Microsoft.Maui.Controls (4)
Shapes\StrokeShapeTypeConverter.cs (4)
47 PointCollection points = pointCollectionConverter.ConvertFromString(parts[1]) as PointCollection; 84 PointCollection points = pointCollectionConverter.ConvertFromString(parts[1]) as PointCollection; 99 PointCollection points = pointCollectionConverter.ConvertFromString(parts[1]) as PointCollection; 121 cornerRadius = (CornerRadius)cornerRadiusTypeConverter.ConvertFromString(parts[1]);
Microsoft.Maui.Controls.Build.Tasks (4)
CompiledConverters\StrokeShapeTypeConverter.cs (4)
41 var points = pointCollectionConverter.ConvertFromString(parts[1]) as PointCollection; 112 var points = pointCollectionConverter.ConvertFromString(parts[1]) as PointCollection; 140 var points = pointCollectionConverter.ConvertFromString(parts[1]) as PointCollection; 177 var cornerRadius = (CornerRadius)cornerRadiusTypeConverter.ConvertFromString(parts[1]);
PresentationCore (3)
System\Windows\Input\Command\KeyGestureValueSerializer.cs (1)
65return converter.ConvertFromString(value);
System\Windows\Input\Command\MouseActionValueSerializer.cs (1)
54return converter.ConvertFromString(value);
System\Windows\Input\Command\MouseGestureValueSerializer.cs (1)
66return converter.ConvertFromString(value);
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
800value = typeConverter.ConvertFromString((string)value);
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (2)
231: converter.ConvertFromString((string)minimum))!; 234: converter.ConvertFromString((string)maximum))!;