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