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