3 references to GdipGetImageFlags
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
494
PInvokeGdiPlus.
GdipGetImageFlags
(_nativeImage, &flags).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3744
/// <inheritdoc cref="
GdipGetImageFlags
(winmdroot.Graphics.GdiPlus.GpImage*, uint*)"/>
3751
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetImageFlags
(imageLocal, flagsLocal);