3 references to GdipLoadImageFromStream
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
172
PInvokeGdiPlus.
GdipLoadImageFromStream
(stream, &image).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5852
/// <inheritdoc cref="
GdipLoadImageFromStream
(winmdroot.System.Com.IStream*, winmdroot.Graphics.GdiPlus.GpImage**)"/>
5857
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipLoadImageFromStream
(stream, imageLocal);