3 references to GdipGetImageDecodersSize
System.Drawing.Common (1)
System\Drawing\Imaging\ImageCodecInfo.cs (1)
47PInvokeGdiPlus.GdipGetImageDecodersSize(&numDecoders, &size).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3680 /// <inheritdoc cref="GdipGetImageDecodersSize(uint*, uint*)"/> 3687 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetImageDecodersSize(numDecodersLocal, sizeLocal);