1 instantiation of BufferedGraphics
System.Drawing (1)
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
180
this.buffer = new
BufferedGraphics
(surface, this, targetGraphics, targetDC, targetLoc, virtualSize);
9 references to BufferedGraphics
System.Drawing (8)
commonui\System\Drawing\BufferedGraphics.cs (1)
157
private void RenderInternal(HandleRef refTargetDC,
BufferedGraphics
buffer) {
commonui\System\Drawing\BufferedGraphicsContext.cs (7)
36
private
BufferedGraphics
buffer;
115
public
BufferedGraphics
Allocate(Graphics targetGraphics, Rectangle targetRectangle) {
130
public
BufferedGraphics
Allocate(IntPtr targetDC, Rectangle targetRectangle) {
144
private
BufferedGraphics
AllocBuffer(Graphics targetGraphics, IntPtr targetDC, Rectangle targetRectangle) {
196
private
BufferedGraphics
AllocBufferInTempManager(Graphics targetGraphics, IntPtr targetDC, Rectangle targetRectangle) {
198
BufferedGraphics
tempBuffer = null;
649
internal void ReleaseBuffer(
BufferedGraphics
buffer) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
13687
BufferedGraphics
bufferedGraphics = null;