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