7 references to CachedBitmap
System.Drawing.Common.Tests (7)
System\Drawing\GraphicsTests.cs (5)
2875
CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2886
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2897
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2908
using CachedBitmap cachedBitmap =
new
(bitmap, graphics);
2924
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));