1 write to _bitmap
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
79
_bitmap
= new Bitmap(1, 1);
3 references to _bitmap
System.Windows.Forms.Tests (3)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (3)
77
if (
_bitmap
is null)
82
return
_bitmap
;
88
_bitmap
?.Dispose();