7 references to Image_NoArgument
PresentationCore (7)
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (2)
158
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
176
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "DestinationColorContext"));
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
177
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
192
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
56
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Transform"));
297
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
307
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Transform"));