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