8 references to General_Expected_Type
PresentationCore (8)
System\Windows\Media\FontFamilyConverter.cs (1)
142
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "FontFamily"), "value");
System\Windows\Media\Generated\BrushConverter.cs (1)
83
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "Brush"), "context");
System\Windows\Media\Generated\CacheModeConverter.cs (1)
83
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "CacheMode"), "context");
System\Windows\Media\Generated\GeometryConverter.cs (1)
83
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "Geometry"), "context");
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (1)
83
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "PathFigureCollection"), "context");
System\Windows\Media\Generated\TransformConverter.cs (1)
83
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "Transform"), "context");
System\Windows\Media\ImageSourceConverter.cs (1)
71
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
, "ImageSource"), "context");
System\Windows\Media\PixelFormatConverter.cs (1)
109
throw new ArgumentException(SR.Format(SR.
General_Expected_Type
,"PixelFormat"));