3 references to GdipGetImagePaletteSize
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
602
PInvokeGdiPlus.
GdipGetImagePaletteSize
(_nativeImage, &size).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3821
/// <inheritdoc cref="
GdipGetImagePaletteSize
(winmdroot.Graphics.GdiPlus.GpImage*, int*)"/>
3828
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetImagePaletteSize
(imageLocal, sizeLocal);