3 references to Image_NoDecodeFrames
PresentationCore (3)
System\Windows\Media\Imaging\BitmapFrame.cs (2)
63
throw new System.ArgumentException(SR.
Image_NoDecodeFrames
, nameof(uri));
80
throw new System.ArgumentException(SR.
Image_NoDecodeFrames
, nameof(stream));
System\Windows\Media\Imaging\BitmapImage.cs (1)
368
throw new System.ArgumentException(SR.
Image_NoDecodeFrames
);