3 references to GdipGetImageDecoders
System.Drawing.Common (1)
System\Drawing\Imaging\ImageCodecInfo.cs (1)
53PInvokeGdiPlus.GdipGetImageDecoders(numDecoders, size, (GdiPlus.ImageCodecInfo*)b).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3667 /// <inheritdoc cref="GdipGetImageDecoders(uint, uint, winmdroot.Graphics.GdiPlus.ImageCodecInfo*)"/> 3672 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetImageDecoders(numDecoders, size, decodersLocal);