1 write to destRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19247destRect = new NativeMethods.RECT(0, 0, size.Width, size.Height);
1 reference to destRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
19269success = DICopy(hMetafileDC, hBitmapDC, destRect, true);