7 references to General_BadType
PresentationCore (7)
MS\Internal\IListConverters.cs (1)
55
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(value));
System\Windows\FontStretchConverter.cs (1)
65
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(value));
System\Windows\FontStyleConverter.cs (1)
65
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(value));
System\Windows\FontWeightConverter.cs (1)
65
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(value));
System\Windows\Media\ColorConverter.cs (1)
79
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(value));
System\Windows\Media\RequestCachePolicyConverter.cs (1)
72
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(value));
System\Windows\TextDecorationCollectionConverter.cs (1)
59
throw new ArgumentException(SR.Format(SR.
General_BadType
, "ConvertFrom"), nameof(input));