3 references to Image_IndexedPixelFormatRequiresPalette
PresentationCore (3)
System\Windows\Media\Imaging\CachedBitmap.cs (1)
344
throw new InvalidOperationException(SR.
Image_IndexedPixelFormatRequiresPalette
);
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
179
throw new InvalidOperationException(SR.
Image_IndexedPixelFormatRequiresPalette
);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
71
throw new InvalidOperationException(SR.
Image_IndexedPixelFormatRequiresPalette
);