1 write to Current
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsManager.cs (1)
18Current = new BufferedGraphicsContext();
5 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 (4)
System\Windows\Forms\Control.cs (2)
3486private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.Current; 11988BufferedGraphicsManager.Current.Invalidate();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3995BufferedGraphicsContext bufferContext = BufferedGraphicsManager.Current;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2701BufferedGraphicsContext context = BufferedGraphicsManager.Current;