2 instantiations of BufferedGraphicsContext
System.Drawing.Common (2)
System\Drawing\BufferedGraphicsContext.cs (1)
155
tempContext = new
BufferedGraphicsContext
();
System\Drawing\BufferedGraphicsManager.cs (1)
18
Current = 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)
19
private
BufferedGraphicsContext
_context;
26
internal BufferedGraphics(Graphics bufferedGraphicsSurface,
BufferedGraphicsContext
context, Graphics? targetGraphics,
System\Drawing\BufferedGraphicsContext.cs (1)
150
BufferedGraphicsContext
? tempContext = null;
System\Drawing\BufferedGraphicsManager.cs (2)
7
/// The <see cref="BufferedGraphicsManager"/> is used for accessing a <see cref="
BufferedGraphicsContext
"/>.
24
public static
BufferedGraphicsContext
Current { get; }
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
3307
private static
BufferedGraphicsContext
BufferContext => BufferedGraphicsManager.Current;