1 write to _bitmap
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
176
public override Bitmap Bitmap =>
_bitmap
??= new(1, 1);
1 reference to _bitmap
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
180
_bitmap
?.Dispose();