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