5 references to Current
System.Drawing.Common.Tests (3)
System\Drawing\BufferedGraphicsManagerTests.cs (3)
11
Assert.Same(BufferedGraphicsManager.
Current
, BufferedGraphicsManager.
Current
);
12
Assert.NotNull(BufferedGraphicsManager.
Current
);
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3219
private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.
Current
;
11117
BufferedGraphicsManager.
Current
.Invalidate();