9 references to CannotConvertType
PresentationCore (9)
System\Windows\Media\CharacterMetricsDictionary.cs (3)
201
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(SC.DictionaryEntry), elementType));
500
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, key.GetType(), "int"), nameof(key));
517
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(CharacterMetrics), value.GetType()));
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
170
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(SC.DictionaryEntry), elementType));
325
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, key.GetType(), typeof(XmlLanguage)), nameof(key));
System\Windows\Media\FamilyMapCollection.cs (2)
95
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(FamilyTypeface), elementType));
367
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, obj.GetType(), typeof(FontFamilyMap)));
System\Windows\Media\FamilyTypefaceCollection.cs (2)
359
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, obj.GetType(), typeof(FamilyTypeface)));
373
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(FamilyTypeface[]), elementType));