4 references to CannotConvertType
PresentationFramework (4)
System\Windows\CornerRadiusConverter.cs (1)
134
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(CornerRadius), destinationType.FullName));
System\Windows\PropertyPathConverter.cs (2)
102
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, source.GetType().FullName, typeof(PropertyPath)));
133
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(PropertyPath), destinationType.FullName));
System\Windows\ThicknessConverter.cs (1)
134
throw new ArgumentException(SR.Format(SR.
CannotConvertType
, typeof(Thickness), destinationType.FullName));