2 references to GdipGetImageType
System.Drawing (2)
commonui\System\Drawing\Image.cs (2)
310
status = SafeNativeMethods.Gdip.
GdipGetImageType
(new HandleRef(this, nativeImage), out type);
488
int status = SafeNativeMethods.Gdip.
GdipGetImageType
(new HandleRef(null, nativeImage), out type);