2 instantiations of BufferedGraphicsContext
System.Drawing (2)
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
201
tempContext = new
BufferedGraphicsContext
();
commonui\System\Drawing\BufferedGraphicsManager.cs (1)
43
bufferedGraphicsContext = new
BufferedGraphicsContext
();
6 references to BufferedGraphicsContext
System.Drawing (5)
commonui\System\Drawing\BufferedGraphics.cs (2)
35
private
BufferedGraphicsContext
context;
46
internal BufferedGraphics(Graphics bufferedGraphicsSurface,
BufferedGraphicsContext
context, Graphics targetGraphics,
commonui\System\Drawing\BufferedGraphicsContext.cs (1)
197
BufferedGraphicsContext
tempContext = null;
commonui\System\Drawing\BufferedGraphicsManager.cs (2)
27
private static
BufferedGraphicsContext
bufferedGraphicsContext;
50
public static
BufferedGraphicsContext
Current {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
4152
private
BufferedGraphicsContext
BufferContext {