4 references to BufferedGraphicsManager
System.Drawing (1)
System.Drawing.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.BufferedGraphicsManager))]
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsManager.cs (1)
7/// The <see cref="BufferedGraphicsManager"/> is used for accessing a <see cref="BufferedGraphicsContext"/>.
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3307private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.Current; 11259BufferedGraphicsManager.Current.Invalidate();