3 references to GdipGetPropertySize
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
554
PInvokeGdiPlus.
GdipGetPropertySize
(_nativeImage, &size, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
4975
/// <inheritdoc cref="
GdipGetPropertySize
(winmdroot.Graphics.GdiPlus.GpImage*, uint*, uint*)"/>
4984
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetPropertySize
(imageLocal, totalBufferSizeLocal, numPropertiesLocal);