7 references to DeleteCompatibleDC
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
779UnsafeNativeMethods.DeleteCompatibleDC(hdc);
winforms\Managed\System\WinForms\Control.cs (1)
19274success = UnsafeNativeMethods.DeleteCompatibleDC(hBitmapDC);
winforms\Managed\System\WinForms\ControlPaint.cs (2)
328UnsafeNativeMethods.DeleteCompatibleDC(new HandleRef(null, source)); 329UnsafeNativeMethods.DeleteCompatibleDC(new HandleRef(null, target));
winforms\Managed\System\WinForms\DataObject.cs (2)
168UnsafeNativeMethods.DeleteCompatibleDC(new HandleRef(null, dcSrc)); 169UnsafeNativeMethods.DeleteCompatibleDC(new HandleRef(null, dcDest));
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5264UnsafeNativeMethods.DeleteCompatibleDC(cachedItemHDC);