1 write to hMetafileDC
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19246
hMetafileDC
= hOriginalDC;
2 references to hMetafileDC
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
19262
if (hBitmapDC.Handle == IntPtr.Zero ||
hMetafileDC
.Handle == IntPtr.Zero || hBitmap.Handle == IntPtr.Zero) {
19269
success = DICopy(
hMetafileDC
, hBitmapDC, destRect, true);