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