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