3 references to DeleteObject
System.Windows.Forms (3)
misc\GDI\DeviceContext.cs (1)
218IntUnsafeNativeMethods.DeleteObject(new HandleRef(this, handleToDelete));
misc\GDI\WindowsFont.cs (1)
317IntUnsafeNativeMethods.DeleteObject(new HandleRef(this, this.hFont));
misc\GDI\WindowsRegion.cs (1)
152IntUnsafeNativeMethods.DeleteObject(new HandleRef(this, this.nativeHandle));