2 instantiations of BufferedGraphicsContext
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (1)
155tempContext = new BufferedGraphicsContext();
System\Drawing\BufferedGraphicsManager.cs (1)
18Current = new BufferedGraphicsContext();
7 references to BufferedGraphicsContext
System.Drawing (1)
System.Drawing.cs (1)
10[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BufferedGraphicsContext))]
System.Drawing.Common (5)
System\Drawing\BufferedGraphics.cs (2)
19private BufferedGraphicsContext _context; 26internal BufferedGraphics(Graphics bufferedGraphicsSurface, BufferedGraphicsContext context, Graphics? targetGraphics,
System\Drawing\BufferedGraphicsContext.cs (1)
150BufferedGraphicsContext? tempContext = null;
System\Drawing\BufferedGraphicsManager.cs (2)
7/// The <see cref="BufferedGraphicsManager"/> is used for accessing a <see cref="BufferedGraphicsContext"/>. 24public static BufferedGraphicsContext Current { get; }
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
3307private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.Current;