11 instantiations of RenderTargetBitmap
PresentationCore (1)
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
81return new RenderTargetBitmap();
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (1)
154var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (1)
283new RenderTargetBitmap (width, height,
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
961RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
190RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
419RenderTargetBitmap rtb = new RenderTargetBitmap((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
926RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
53RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1909RenderTargetBitmap bitmap = new RenderTargetBitmap(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
257var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
311RenderTargetBitmap bmp = new RenderTargetBitmap(
34 references to RenderTargetBitmap
PresentationCore (11)
System\Windows\Media\Imaging\BitmapVisualManager.cs (2)
26public BitmapVisualManager(RenderTargetBitmap bitmapTarget) 151private RenderTargetBitmap _bitmapTarget = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (9)
88private void CopyCommon(RenderTargetBitmap sourceBitmap) 134RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 146RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 158RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable; 170RenderTargetBitmap sourceBitmap = (RenderTargetBitmap)sourceFreezable;
PresentationFramework (11)
MS\Internal\AppModel\IconHelper.cs (1)
154var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (4)
221RenderTargetBitmap rtb = RenderVisualToBitmap(cursorDrawingVisual, width, height); 278private static RenderTargetBitmap RenderVisualToBitmap(Visual visual, int width, int height) 282RenderTargetBitmap rtb = 297private static byte[] GetPixels(RenderTargetBitmap rtb, int width, int height)
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
961RenderTargetBitmap renderTargetBitmap = new RenderTargetBitmap((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
190RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
419RenderTargetBitmap rtb = new RenderTargetBitmap((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
612case 519: t = () => typeof(RenderTargetBitmap); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9216typeof(System.Windows.Media.Imaging.RenderTargetBitmap),
System\Windows\Markup\KnownTypes.cs (1)
6066case KnownElements.RenderTargetBitmap: t = typeof(System.Windows.Media.Imaging.RenderTargetBitmap); break;
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
926RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
53RenderTargetBitmap brushImage = new RenderTargetBitmap(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1909RenderTargetBitmap bitmap = new RenderTargetBitmap(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
257var bmp = new RenderTargetBitmap((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (8)
System\Windows\Integration\ElementHost.cs (1)
411SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(_decorator);
System\Windows\Integration\HostUtils.cs (7)
234RenderTargetBitmap bmp = GetBitmapForFrameworkElement(frameworkElementAncestor); 263internal static RenderTargetBitmap GetBitmapForFrameworkElement(FrameworkElement element) 265RenderTargetBitmap bmp = GetRenderTargetBitmapForVisual( 276internal static SD.Bitmap GetBitmapFromRenderTargetBitmap(Control control, RenderTargetBitmap bmp, Point offset) 308internal static RenderTargetBitmap GetRenderTargetBitmapForVisual(int width, int height, Visual visualToRender) 311RenderTargetBitmap bmp = new RenderTargetBitmap( 335RenderTargetBitmap bmp = GetRenderTargetBitmapForVisual(adapter.Width, adapter.Height, drawingVisual);