1 write to Current
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsManager.cs (1)
18
Current
= new BufferedGraphicsContext();
5 references to Current
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsManager.cs (1)
29
private static void OnShutdown(object? sender, EventArgs e) =>
Current
.Invalidate();
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
3486
private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.
Current
;
11988
BufferedGraphicsManager.
Current
.Invalidate();
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3995
BufferedGraphicsContext bufferContext = BufferedGraphicsManager.
Current
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2701
BufferedGraphicsContext context = BufferedGraphicsManager.
Current
;