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