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