4 references to GdipGetImageRawFormat
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
508PInvokeGdiPlus.GdipGetImageRawFormat(_nativeImage, &guid).ThrowIfFailed();
System.Private.Windows.GdiPlus (3)
System\Drawing\CoreImageExtensions.cs (1)
34PInvokeGdiPlus.GdipGetImageRawFormat(image.GetPointer(), &format).ThrowIfFailed();
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3853 /// <inheritdoc cref="GdipGetImageRawFormat(winmdroot.Graphics.GdiPlus.GpImage*, global::System.Guid*)"/> 3860 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetImageRawFormat(imageLocal, formatLocal);