2 references to CannotConvertStringToType
PresentationCore (2)
System\Windows\Media\CharacterMetrics.cs (1)
165
throw new ArgumentException(SR.Format(SR.
CannotConvertStringToType
, field.ToString(), "double"));
System\Windows\Media\CharacterMetricsDictionary.cs (1)
492
throw new ArgumentException(SR.Format(SR.
CannotConvertStringToType
, s, "int"), nameof(key));