7 instantiations of CachedBitmap
System.Drawing.Common.Tests (7)
System\Drawing\GraphicsTests.cs (5)
2876
CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2887
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2898
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2909
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2925
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
System\Drawing\Imaging\CachedBitmapTests.cs (2)
15
Assert.Throws<ArgumentNullException>(() => new
CachedBitmap
(bitmap, null));
16
Assert.Throws<ArgumentNullException>(() => new
CachedBitmap
(null, graphics));
5 references to CachedBitmap
System.Drawing.Common.Tests (5)
System\Drawing\GraphicsTests.cs (5)
2876
CachedBitmap
cachedBitmap = new(bitmap, graphics);
2887
using
CachedBitmap
cachedBitmap = new(bitmap, graphics);
2898
using
CachedBitmap
cachedBitmap = new(bitmap, graphics);
2909
using
CachedBitmap
cachedBitmap = new(bitmap, graphics);
2925
using
CachedBitmap
cachedBitmap = new(bitmap, graphics);