7 references to Image_NoArgument
PresentationCore (7)
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (2)
138
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
156
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "DestinationColorContext"));
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
154
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
169
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
36
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Transform"));
277
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Source"));
287
throw new InvalidOperationException(SR.Format(SR.
Image_NoArgument
, "Transform"));