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