6 references to ConvertFromString
PresentationCore (3)
System\Windows\Input\Command\KeyGestureValueSerializer.cs (1)
69
return converter.
ConvertFromString
(value);
System\Windows\Input\Command\MouseActionValueSerializer.cs (1)
59
return converter.
ConvertFromString
(value);
System\Windows\Input\Command\MouseGestureValueSerializer.cs (1)
71
return converter.
ConvertFromString
(value);
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
803
value = typeConverter.
ConvertFromString
((string)value);
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\RangeAttribute.cs (2)
231
: converter.
ConvertFromString
((string)minimum))!;
234
: converter.
ConvertFromString
((string)maximum))!;