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