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