3 references to GdipGetPropertyCount
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
528PInvokeGdiPlus.GdipGetPropertyCount(_nativeImage, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4911 /// <inheritdoc cref="GdipGetPropertyCount(winmdroot.Graphics.GdiPlus.GpImage*, uint*)"/> 4918 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetPropertyCount(imageLocal, numOfPropertyLocal);