1 write to Current
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsManager.cs (1)
18Current = new BufferedGraphicsContext();
3 references to Current
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsManager.cs (1)
29private static void OnShutdown(object? sender, EventArgs e) => Current.Invalidate();
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3307private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.Current; 11259BufferedGraphicsManager.Current.Invalidate();