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