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