6 references to BufferedGraphicsManager
System.Drawing (1)
System.Drawing.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
BufferedGraphicsManager
))]
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();