10 references to DeleteObject
Microsoft.Private.Windows.Core (10)
System\Private\Windows\Ole\DragDropHelper.cs (1)
293PInvokeCore.DeleteObject(hbmpDragImage);
Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs (1)
46PInvokeCore.DeleteObject(HBITMAP);
Windows\Win32\Graphics\Gdi\CreateBrushScope.cs (1)
48PInvokeCore.DeleteObject(HBRUSH);
Windows\Win32\Graphics\Gdi\CreatePenScope.cs (1)
41PInvokeCore.DeleteObject(HPEN);
Windows\Win32\Graphics\Gdi\HBITMAP.cs (1)
12PInvokeCore.DeleteObject(this);
Windows\Win32\Graphics\Gdi\ObjectScope.cs (1)
32PInvokeCore.DeleteObject(HGDIOBJ);
Windows\Win32\Graphics\Gdi\RegionScope.cs (2)
54PInvokeCore.DeleteObject(region); 88PInvokeCore.DeleteObject(Region);
Windows\Win32\UI\WindowsAndMessaging\ICONINFO.cs (2)
12PInvokeCore.DeleteObject((HGDIOBJ)hbmMask.Value); 18PInvokeCore.DeleteObject((HGDIOBJ)hbmColor.Value);