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