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