3 references to Image_IndexedPixelFormatRequiresPalette
PresentationCore (3)
System\Windows\Media\Imaging\CachedBitmap.cs (1)
412
throw new InvalidOperationException(SR.
Image_IndexedPixelFormatRequiresPalette
);
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
202
throw new InvalidOperationException(SR.
Image_IndexedPixelFormatRequiresPalette
);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
89
throw new InvalidOperationException(SR.
Image_IndexedPixelFormatRequiresPalette
);