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