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