10 references to RenderTargetBitmap
PresentationFramework (5)
MS\Internal\AppModel\IconHelper.cs (1)
163
var bmp = new
RenderTargetBitmap
((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
MS\Internal\Ink\PenCursorManager.cs (1)
290
new
RenderTargetBitmap
(width, height,
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
971
RenderTargetBitmap renderTargetBitmap = new
RenderTargetBitmap
((int)pageVisualRect.Width, (int)pageVisualRect.Height, 96.0, 96.0, PixelFormats.Pbgra32);
System\Windows\Documents\RubberbandSelector.cs (1)
204
RenderTargetBitmap data = new
RenderTargetBitmap
((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32);
System\Windows\Documents\WpfPayload.cs (1)
424
RenderTargetBitmap rtb = new
RenderTargetBitmap
((int)(di.Width * dpi.DpiScaleX), (int)(di.Height * dpi.DpiScaleY),
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (1)
933
RenderTargetBitmap brushImage = new
RenderTargetBitmap
(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Optimizer.cs (1)
58
RenderTargetBitmap brushImage = new
RenderTargetBitmap
(width, height, 96, 96, PixelFormats.Pbgra32);
AlphaFlattener\Utility.cs (1)
1920
RenderTargetBitmap bitmap = new
RenderTargetBitmap
(
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
260
var bmp = new
RenderTargetBitmap
((int)renderSize.Width, (int)renderSize.Height, 96, 96, PixelFormats.Pbgra32);
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
316
RenderTargetBitmap bmp = new
RenderTargetBitmap
(