26 instantiations of BufferedGraphicsContext
System.Drawing.Common.Tests (26)
System\Drawing\BufferedGraphicsContextTests.cs (19)
13
using BufferedGraphicsContext context =
new
();
20
using BufferedGraphicsContext context =
new
();
32
using BufferedGraphicsContext context =
new
();
44
using BufferedGraphicsContext context =
new
();
56
using BufferedGraphicsContext context =
new
();
78
using BufferedGraphicsContext context =
new
();
100
using BufferedGraphicsContext context =
new
();
122
using BufferedGraphicsContext context =
new
();
129
using BufferedGraphicsContext context =
new
();
137
using BufferedGraphicsContext context =
new
();
145
using BufferedGraphicsContext context =
new
();
158
using BufferedGraphicsContext context =
new
();
178
using BufferedGraphicsContext context =
new
();
186
using BufferedGraphicsContext context =
new
();
199
using BufferedGraphicsContext context =
new
();
208
using BufferedGraphicsContext context =
new
();
213
private static void AllocateBufferedGraphicsContext() => new
BufferedGraphicsContext
();
228
using BufferedGraphicsContext context =
new
();
240
using BufferedGraphicsContext context =
new
();
System\Drawing\BufferedGraphicsTests.cs (7)
11
using BufferedGraphicsContext context =
new
();
26
using BufferedGraphicsContext context =
new
();
43
using BufferedGraphicsContext context =
new
();
63
using BufferedGraphicsContext context =
new
();
86
using BufferedGraphicsContext context =
new
();
108
using BufferedGraphicsContext context =
new
();
118
using BufferedGraphicsContext context =
new
();
28 references to BufferedGraphicsContext
System.Drawing (1)
System.Drawing.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
BufferedGraphicsContext
))]
System.Drawing.Common (1)
Special\NotSupported.cs (1)
237
public static System.Drawing.
BufferedGraphicsContext
Current { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
System.Drawing.Common.Tests (25)
System\Drawing\BufferedGraphicsContextTests.cs (18)
13
using
BufferedGraphicsContext
context = new();
20
using
BufferedGraphicsContext
context = new();
32
using
BufferedGraphicsContext
context = new();
44
using
BufferedGraphicsContext
context = new();
56
using
BufferedGraphicsContext
context = new();
78
using
BufferedGraphicsContext
context = new();
100
using
BufferedGraphicsContext
context = new();
122
using
BufferedGraphicsContext
context = new();
129
using
BufferedGraphicsContext
context = new();
137
using
BufferedGraphicsContext
context = new();
145
using
BufferedGraphicsContext
context = new();
158
using
BufferedGraphicsContext
context = new();
178
using
BufferedGraphicsContext
context = new();
186
using
BufferedGraphicsContext
context = new();
199
using
BufferedGraphicsContext
context = new();
208
using
BufferedGraphicsContext
context = new();
228
using
BufferedGraphicsContext
context = new();
240
using
BufferedGraphicsContext
context = new();
System\Drawing\BufferedGraphicsTests.cs (7)
11
using
BufferedGraphicsContext
context = new();
26
using
BufferedGraphicsContext
context = new();
43
using
BufferedGraphicsContext
context = new();
63
using
BufferedGraphicsContext
context = new();
86
using
BufferedGraphicsContext
context = new();
108
using
BufferedGraphicsContext
context = new();
118
using
BufferedGraphicsContext
context = new();
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
3219
private static
BufferedGraphicsContext
BufferContext => BufferedGraphicsManager.Current;