4 references to Image_InvalidArrayForPixel
PresentationCore (4)
System\Windows\Media\Imaging\BitmapSource.cs (1)
677
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);
System\Windows\Media\Imaging\CachedBitmap.cs (1)
151
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
413
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);
520
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);