3 references to GdipGetPropertyIdList
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
537PInvokeGdiPlus.GdipGetPropertyIdList(_nativeImage, count, (uint*)pPropid).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4927 /// <inheritdoc cref="GdipGetPropertyIdList(winmdroot.Graphics.GdiPlus.GpImage*, uint, uint*)"/> 4934 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPropertyIdList(imageLocal, numOfProperty, listLocal);