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