11 instantiations of RenderTargetBitmap
PresentationCore (1)
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
82return new RenderTargetBitmap();
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (1)
155var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (1)
284new RenderTargetBitmap (width, height,
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
965RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
191RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
420RenderTargetBitmap rtb = new RenderTargetBitmap((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
927RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
54RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1910RenderTargetBitmap bitmap = new RenderTargetBitmap(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
258var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
312RenderTargetBitmap bmp = new RenderTargetBitmap(
34 references to RenderTargetBitmap
PresentationCore (11)
System\Windows\Media\Imaging\BitmapVisualManager.cs (2)
27public BitmapVisualManager(RenderTargetBitmap bitmapTarget) 152private RenderTargetBitmap _bitmapTarget = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (9)
89private void CopyCommon(RenderTargetBitmap sourceBitmap) 135RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 147RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 159RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 171RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable;
PresentationFramework (11)
MS\Internal\AppModel\IconHelper.cs (1)
155var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (4)
222RenderTargetBitmap rtb = RenderVisualToBitmap(cursorDrawingVisual, width, height); 279private static RenderTargetBitmap RenderVisualToBitmap(Visual visual, int width, int height) 283RenderTargetBitmap rtb = 298private static byte[] GetPixels(RenderTargetBitmap rtb, int width, int height)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
965RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
191RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
420RenderTargetBitmap rtb = new RenderTargetBitmap((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
613case 519: t = () => typeof(RenderTargetBitmap); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9217typeof(System.Windows.Media.Imaging.RenderTargetBitmap),
System\Windows\Markup\KnownTypes.cs (1)
6067case KnownElements.RenderTargetBitmap: t = typeof(System.Windows.Media.Imaging.RenderTargetBitmap); break;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
927RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
54RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1910RenderTargetBitmap bitmap = new RenderTargetBitmap(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
258var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (8)
System\Windows\Integration\ElementHost.cs (1)
412SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(_decorator);
System\Windows\Integration\HostUtils.cs (7)
235RenderTargetBitmap bmp = GetBitmapForFrameworkElement(frameworkElementAncestor); 264internal static RenderTargetBitmap GetBitmapForFrameworkElement(FrameworkElement element) 266RenderTargetBitmap bmp = GetRenderTargetBitmapForVisual( 277internal static SD.Bitmap GetBitmapFromRenderTargetBitmap(Control control, RenderTargetBitmap bmp, Point offset) 309internal static RenderTargetBitmap GetRenderTargetBitmapForVisual(int width, int height, Visual visualToRender) 312RenderTargetBitmap bmp = new RenderTargetBitmap( 336RenderTargetBitmap bmp = GetRenderTargetBitmapForVisual(adapter.Width, adapter.Height, drawingVisual);