1 write to _bitmap
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGrid.PropertyTabCollectionTests.cs (1)
176public 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();