11 instantiations of RenderTargetBitmap
PresentationCore (1)
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
101return new RenderTargetBitmap();
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (1)
163var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (1)
290new RenderTargetBitmap (width, height,
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
971RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
204RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
424RenderTargetBitmap rtb = new RenderTargetBitmap((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
933RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
58RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1920RenderTargetBitmap bitmap = new RenderTargetBitmap(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
260var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
316RenderTargetBitmap bmp = new RenderTargetBitmap(
34 references to RenderTargetBitmap
PresentationCore (11)
System\Windows\Media\Imaging\BitmapVisualManager.cs (2)
40public BitmapVisualManager(RenderTargetBitmap bitmapTarget) 165private RenderTargetBitmap _bitmapTarget = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (9)
108private void CopyCommon(RenderTargetBitmap sourceBitmap) 154RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 166RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 178RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 190RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable;
PresentationFramework (11)
MS\Internal\AppModel\IconHelper.cs (1)
163var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (4)
227RenderTargetBitmap rtb = RenderVisualToBitmap(cursorDrawingVisual, width, height); 285private static RenderTargetBitmap RenderVisualToBitmap(Visual visual, int width, int height) 289RenderTargetBitmap rtb = 304private static byte[] GetPixels(RenderTargetBitmap rtb, int width, int height)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
971RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
204RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
424RenderTargetBitmap rtb = new RenderTargetBitmap((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
615case 519: t = () => typeof(RenderTargetBitmap); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8345typeof(System.Windows.Media.Imaging.RenderTargetBitmap),
System\Windows\Markup\KnownTypes.cs (1)
6073case KnownElements.RenderTargetBitmap: t = typeof(System.Windows.Media.Imaging.RenderTargetBitmap); break;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
933RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
58RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1920RenderTargetBitmap bitmap = new RenderTargetBitmap(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
260var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (8)
System\Windows\Integration\ElementHost.cs (1)
416SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(_decorator);
System\Windows\Integration\HostUtils.cs (7)
239RenderTargetBitmap bmp = GetBitmapForFrameworkElement(frameworkElementAncestor); 268internal static RenderTargetBitmap GetBitmapForFrameworkElement(FrameworkElement element) 270RenderTargetBitmap bmp = GetRenderTargetBitmapForVisual( 281internal static SD.Bitmap GetBitmapFromRenderTargetBitmap(Control control, RenderTargetBitmap bmp, Point offset) 313internal static RenderTargetBitmap GetRenderTargetBitmapForVisual(int width, int height, Visual visualToRender) 316RenderTargetBitmap bmp = new RenderTargetBitmap( 340RenderTargetBitmap bmp = GetRenderTargetBitmapForVisual(adapter.Width, adapter.Height, drawingVisual);