7 references to IntDeleteObject
System.Drawing (7)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4781return IntDeleteObject(hObject);
commonui\System\Drawing\Graphics.cs (1)
4597SafeNativeMethods.IntDeleteObject(new HandleRef(null, halftonePalette));
commonui\System\Drawing\Icon.cs (4)
332SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmColor)); 341SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmMask)); 1049SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmColor)); 1051SafeNativeMethods.IntDeleteObject(new HandleRef(null, info.hbmMask));
commonui\System\Drawing\Region.cs (1)
349SafeNativeMethods.IntDeleteObject(new HandleRef(this, regionHandle));