2 references to GdipLoadImageFromStream
System.Drawing (2)
commonui\System\Drawing\Image.cs (2)
265status = SafeNativeMethods.Gdip.GdipLoadImageFromStream(new GPStream(stream), out image); 294int status = SafeNativeMethods.Gdip.GdipLoadImageFromStream(new GPStream(stream), out image);