3 references to GetBitmapFromRenderTargetBitmap
WindowsFormsIntegration (3)
System\Windows\Integration\ElementHost.cs (1)
415
using (SD.Bitmap bitmap = HostUtils.
GetBitmapFromRenderTargetBitmap
(this, renderBitmap, new Point(0, 0)))
System\Windows\Integration\HostUtils.cs (2)
259
return
GetBitmapFromRenderTargetBitmap
(adapter, bmp, hostPoint);
338
return
GetBitmapFromRenderTargetBitmap
(adapter, bmp, new Point(0, 0));