4 references to Image_InvalidArrayForPixel
PresentationCore (4)
System\Windows\Media\Imaging\BitmapSource.cs (1)
662
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);
System\Windows\Media\Imaging\CachedBitmap.cs (1)
130
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);
System\Windows\Media\Imaging\WriteableBitmap.cs (2)
392
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);
488
throw new ArgumentException(SR.
Image_InvalidArrayForPixel
);