3 references to GdipImageGetFrameCount
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
666PInvokeGdiPlus.GdipImageGetFrameCount(_nativeImage, &dimensionID, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5444 /// <inheritdoc cref="GdipImageGetFrameCount(winmdroot.Graphics.GdiPlus.GpImage*, global::System.Guid*, uint*)"/> 5453 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipImageGetFrameCount(imageLocal, dimensionIDLocal, countLocal);