1 instantiation of BufferedGraphics
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
133
_buffer = new
BufferedGraphics
(surface, this, targetGraphics, targetDC, _targetLoc, _virtualSize);
11 references to BufferedGraphics
System.Drawing (1)
System.Drawing.cs (1)
9
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
BufferedGraphics
))]
System.Drawing.Common (6)
System\Drawing\BufferedGraphicsContext.cs (6)
23
private
BufferedGraphics
? _buffer;
73
public
BufferedGraphics
Allocate(Graphics targetGraphics, Rectangle targetRectangle)
86
public
BufferedGraphics
Allocate(IntPtr targetDC, Rectangle targetRectangle)
99
private
BufferedGraphics
AllocBuffer(Graphics? targetGraphics, HDC targetDC, Rectangle targetRectangle)
148
private static
BufferedGraphics
AllocBufferInTempManager(Graphics? targetGraphics, HDC targetDC, Rectangle targetRectangle)
151
BufferedGraphics
? tempBuffer = null;
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
12591
BufferedGraphics
? bufferedGraphics = null;
12610
using (
BufferedGraphics
bufferedGraphics2 = BufferContext.Allocate(dc, band))
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3996
using
BufferedGraphics
buffer = bufferContext.Allocate(targetGraphics, bufferBounds);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2702
using
BufferedGraphics
buffer = context.Allocate(graphics, bounds);